#d3364e

Color #D3364E Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #D3364E

Tints of Brick Red #D3364E

Color information

#D3364E (or 0xD3364E) is unknown color: approx Brick Red. HEX triplet: D3, 36 and 4E. RGB value is (211,54,78). Sum of RGB (Red+Green+Blue) = 211+54+78=343 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.52% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 211 - color contains mainly: red. Hex color #D3364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3364E is #2CC9B1. Grayscale: #676767. Windows color (decimal): -2935218 or 5125843. OLE color: 5125843.

HSL color Cylindrical-coordinate representation of color #D3364E: hue angle of 350.83º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3364E is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB2115478-
CMYK00.740.630.17
HSL350.83º64.08%51.96%-
HSV(B)350.83º74.41%82.75%-
XYZ29.5617.048.94-
YUV103.68113.51204.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 61.52%
GREEN value IS 54 (21.48% from 255) = 15.74%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=61.52%
G=15.74%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211547800.740.630.17350.8364.0851.96
HexD3364E04A3F1115f4034
Octal323661160112772153710064
Binary11010011110110100111001001010111111100011010111111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3364e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3364e; }

 p { color: rgb(211,54,78); }

 H1.HeaderClassName
 {
   color: #d3364e;
 }
 .AnyTagClassName
 {
   color: #d3364e;
 }
</style>
background-color css

<style>
 a { background-color: #d3364e; }

 a { background-color: rgb(211,54,78); }

 div.DivClassName
 {
   background-color: #d3364e;
 }
 .BgClassName
 {
   background-color: #d3364e;
 }
</style>
border-color css

<style>
 span { border-color: #d3364e; }

 span { border-color: rgb(211,54,78); }

 td.TdClassName
 {
   border-color: #d3364e;
 }
 .TagClassName
 {
   border-color: #d3364e;
 }
</style>