#D44431

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

Shades of Cinnabar #D44431

Tints of Cinnabar #D44431

Color information

#D44431 (or 0xD44431) is unknown color: approx Cinnabar. HEX triplet: D4, 44 and 31. RGB value is (212,68,49). Sum of RGB (Red+Green+Blue) = 212+68+49=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D44431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44431 is #2BBBCE. Grayscale: #6D6D6D. Windows color (decimal): -2866127 or 3228884. OLE color: 3228884.

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

Color convert

RGB2126849-
CMYK00.680.770.17
HSL6.99º65.46%51.18%-
HSV(B)6.99º76.89%83.14%-
XYZ29.7718.354.88-
YUV108.8994.21201.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 64.44%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 49 (19.53% from 255) = 14.89%
R=64.44%
G=20.67%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212684900.680.770.176.9965.4651.18
HexD444310444D1174133
Octal32410461010411521710163
Binary110101001000100110001010001001001101100011111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44431; }

 p { color: rgb(212,68,49); }

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

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

 a { background-color: rgb(212,68,49); }

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

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

 span { border-color: rgb(212,68,49); }

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