#D44335

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

Shades of Cinnabar #D44335

Tints of Cinnabar #D44335

Color information

#D44335 (or 0xD44335) is unknown color: approx Cinnabar. HEX triplet: D4, 43 and 35. RGB value is (212,67,53). Sum of RGB (Red+Green+Blue) = 212+67+53=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D44335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44335 is #2BBCCA. Grayscale: #6C6C6C. Windows color (decimal): -2866379 or 3490772. OLE color: 3490772.

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

Color convert

RGB2126753-
CMYK00.680.750.17
HSL5.28º64.9%51.96%-
HSV(B)5.28º75%83.14%-
XYZ29.818.275.32-
YUV108.7696.54201.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 63.86%
GREEN value IS 67 (26.56% from 255) = 20.18%
BLUE value IS 53 (21.09% from 255) = 15.96%
R=63.86%
G=20.18%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212675300.680.750.175.2864.951.96
HexD443350444B1154134
Octal32410365010411321510164
Binary110101001000011110101010001001001011100011011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44335; }

 p { color: rgb(212,67,53); }

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

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

 a { background-color: rgb(212,67,53); }

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

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

 span { border-color: rgb(212,67,53); }

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