#D33249

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

Shades of Brick Red #D33249

Tints of Brick Red #D33249

Color information

#D33249 (or 0xD33249) is unknown color: approx Brick Red. HEX triplet: D3, 32 and 49. RGB value is (211,50,73). Sum of RGB (Red+Green+Blue) = 211+50+73=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D33249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33249 is #2CCDB6. Grayscale: #646464. Windows color (decimal): -2936247 or 4797139. OLE color: 4797139.

HSL color Cylindrical-coordinate representation of color #D33249: hue angle of 351.43º 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 #D33249 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB2115073-
CMYK00.760.650.17
HSL351.43º64.66%51.18%-
HSV(B)351.43º76.3%82.75%-
XYZ29.2116.617.97-
YUV100.76112.34206.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 63.17%
GREEN value IS 50 (19.92% from 255) = 14.97%
BLUE value IS 73 (28.91% from 255) = 21.86%
R=63.17%
G=14.97%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211507300.760.650.17351.4364.6651.18
HexD3324904C411115f4133
Octal3236211101141012153710163
Binary110100111100101001001010011001000001100011010111111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33249; }

 p { color: rgb(211,50,73); }

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

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

 a { background-color: rgb(211,50,73); }

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

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

 span { border-color: rgb(211,50,73); }

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