Html Css Color HEX #D24432 Cinnabar

📋 copy color: '#D24432'

red 210 ◦ green 68 ◦ blue 50

#D24432
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #D24432

Tints of Cinnabar #D24432

RGB

 RED value IS 210 (82.42% from 255) = 64.02%

 GREEN value IS 68 (26.95% from 255) = 20.73%

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 64.02%
G = 20.73%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D24432 (or 0xD24432) is known color: Cinnabar. HEX triplet: D2, 44 and 32. RGB value is (210,68,50). Sum of RGB (Red+Green+Blue) = 210+68+50=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D24432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24432 is #2DBBCD. Grayscale: #6C6C6C. Windows color (decimal): -2997198 or 3294418. OLE color: 3294418.

HSL color Cylindrical-coordinate representation of color #D24432: hue angle of 6.75º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D24432 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 68 50 -
CMYK 0 0.68 0.76 0.18
HSL 6.75º 0.64% 0.51% -
HSV(B) 6.75º 0.76% 0.82% -
XYZ 29.22 18.07 4.96 -
YUV 108.41 95.04 200.46 -
System Red Green Blue C M Y K H S L
Decimal 210 68 50 0 0.68 0.76 0.18 6.75 0.64 0.51
Hex D2 44 32 0 44 4C 12 7 40 33
Octal 322 104 62 0 104 114 22 7 100 63
Binary 11010010 1000100 110010 0 1000100 1001100 10010 111 1000000 110011

Color Harmonies of #D24432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24432

Black with #D24432

Text Example


Text Example

White with #D24432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24432; }

 p { color: rgb(210,68,50); }

 H1.HeaderClassName
 {
   color: #D24432;
 }
 .AnyTagClassName
 {
   color: #D24432;
 }
</style>

background-color css

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

 a { background-color: rgb(210,68,50); }

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

border-color css

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

 span { border-color: rgb(210,68,50); }

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