Html Css Color HEX #D24434 Cinnabar

📋 copy color: '#D24434'

red 210 ◦ green 68 ◦ blue 52

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

Shades of Cinnabar #D24434

Tints of Cinnabar #D24434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.76%

R = 63.64%
G = 20.61%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D24434 (or 0xD24434) is known color: Cinnabar. HEX triplet: D2, 44 and 34. RGB value is (210,68,52). Sum of RGB (Red+Green+Blue) = 210+68+52=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D24434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24434 is #2DBBCB. Grayscale: #6C6C6C. Windows color (decimal): -2997196 or 3425490. OLE color: 3425490.

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

Color convert

RGB 210 68 52 -
CMYK 0 0.68 0.75 0.18
HSL 6.08º 0.64% 0.51% -
HSV(B) 6.08º 0.75% 0.82% -
XYZ 29.27 18.08 5.2 -
YUV 108.63 96.04 200.3 -
System Red Green Blue C M Y K H S L
Decimal 210 68 52 0 0.68 0.75 0.18 6.08 0.64 0.51
Hex D2 44 34 0 44 4B 12 6 40 33
Octal 322 104 64 0 104 113 22 6 100 63
Binary 11010010 1000100 110100 0 1000100 1001011 10010 110 1000000 110011

Color Harmonies of #D24434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24434

Black with #D24434

Text Example


Text Example

White with #D24434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24434; }

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

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

background-color css

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

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

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

border-color css

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

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

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