Html Css Color HEX #D24233 Cinnabar

📋 copy color: '#D24233'

red 210 ◦ green 66 ◦ blue 51

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

Shades of Cinnabar #D24233

Tints of Cinnabar #D24233

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.18%

 BLUE value IS 51 (20.31% from 255) = 15.6%

R = 64.22%
G = 20.18%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D24233 (or 0xD24233) is known color: Cinnabar. HEX triplet: D2, 42 and 33. RGB value is (210,66,51). Sum of RGB (Red+Green+Blue) = 210+66+51=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D24233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24233 is #2DBDCC. Grayscale: #6B6B6B. Windows color (decimal): -2997709 or 3359442. OLE color: 3359442.

HSL color Cylindrical-coordinate representation of color #D24233: hue angle of 5.66º 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 #D24233 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 66 51 -
CMYK 0 0.69 0.76 0.18
HSL 5.66º 0.64% 0.51% -
HSV(B) 5.66º 0.76% 0.82% -
XYZ 29.12 17.84 5.04 -
YUV 107.35 96.21 201.22 -
System Red Green Blue C M Y K H S L
Decimal 210 66 51 0 0.69 0.76 0.18 5.66 0.64 0.51
Hex D2 42 33 0 45 4C 12 6 40 33
Octal 322 102 63 0 105 114 22 6 100 63
Binary 11010010 1000010 110011 0 1000101 1001100 10010 110 1000000 110011

Color Harmonies of #D24233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24233

Black with #D24233

Text Example


Text Example

White with #D24233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24233; }

 p { color: rgb(210,66,51); }

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

background-color css

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

 a { background-color: rgb(210,66,51); }

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

border-color css

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

 span { border-color: rgb(210,66,51); }

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