#D33345

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

Shades of Brick Red #D33345

Tints of Brick Red #D33345

Color information

#D33345 (or 0xD33345) is unknown color: approx Brick Red. HEX triplet: D3, 33 and 45. RGB value is (211,51,69). Sum of RGB (Red+Green+Blue) = 211+51+69=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D33345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33345 is #2CCCBA. Grayscale: #646464. Windows color (decimal): -2935995 or 4535251. OLE color: 4535251.

HSL color Cylindrical-coordinate representation of color #D33345: hue angle of 353.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D33345 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB2115169-
CMYK00.760.670.17
HSL353.25º64.52%51.37%-
HSV(B)353.25º75.83%82.75%-
XYZ29.1216.657.31-
YUV100.89110.01206.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 63.75%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 69 (27.34% from 255) = 20.85%
R=63.75%
G=15.41%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211516900.760.670.17353.2564.5251.37
HexD3334504C43111614133
Octal3236310501141032154110163
Binary110100111100111000101010011001000011100011011000011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33345; }

 p { color: rgb(211,51,69); }

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

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

 a { background-color: rgb(211,51,69); }

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

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

 span { border-color: rgb(211,51,69); }

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