Html Css Color HEX #D24430 Cinnabar

📋 copy color: '#D24430'

red 210 ◦ green 68 ◦ blue 48

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

Shades of Cinnabar #D24430

Tints of Cinnabar #D24430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.72%

R = 64.42%
G = 20.86%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D24430 (or 0xD24430) is known color: Cinnabar. HEX triplet: D2, 44 and 30. RGB value is (210,68,48). Sum of RGB (Red+Green+Blue) = 210+68+48=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D24430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24430 is #2DBBCF. Grayscale: #6C6C6C. Windows color (decimal): -2997200 or 3163346. OLE color: 3163346.

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

Color convert

RGB 210 68 48 -
CMYK 0 0.68 0.77 0.18
HSL 7.41º 0.64% 0.51% -
HSV(B) 7.41º 0.77% 0.82% -
XYZ 29.18 18.05 4.74 -
YUV 108.18 94.04 200.63 -
System Red Green Blue C M Y K H S L
Decimal 210 68 48 0 0.68 0.77 0.18 7.41 0.64 0.51
Hex D2 44 30 0 44 4D 12 7 40 33
Octal 322 104 60 0 104 115 22 7 100 63
Binary 11010010 1000100 110000 0 1000100 1001101 10010 111 1000000 110011

Color Harmonies of #D24430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24430

Black with #D24430

Text Example


Text Example

White with #D24430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24430; }

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

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

background-color css

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

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

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

border-color css

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

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

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