Html Css Color HEX #D24231 Cinnabar

📋 copy color: '#D24231'

red 210 ◦ green 66 ◦ blue 49

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

Shades of Cinnabar #D24231

Tints of Cinnabar #D24231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.08%

R = 64.62%
G = 20.31%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D24231 (or 0xD24231) is known color: Cinnabar. HEX triplet: D2, 42 and 31. RGB value is (210,66,49). Sum of RGB (Red+Green+Blue) = 210+66+49=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D24231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24231 is #2DBDCE. Grayscale: #6B6B6B. Windows color (decimal): -2997711 or 3228370. OLE color: 3228370.

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

Color convert

RGB 210 66 49 -
CMYK 0 0.69 0.77 0.18
HSL 6.34º 0.64% 0.51% -
HSV(B) 6.34º 0.77% 0.82% -
XYZ 29.08 17.82 4.81 -
YUV 107.12 95.21 201.38 -
System Red Green Blue C M Y K H S L
Decimal 210 66 49 0 0.69 0.77 0.18 6.34 0.64 0.51
Hex D2 42 31 0 45 4D 12 6 40 33
Octal 322 102 61 0 105 115 22 6 100 63
Binary 11010010 1000010 110001 0 1000101 1001101 10010 110 1000000 110011

Color Harmonies of #D24231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24231

Black with #D24231

Text Example


Text Example

White with #D24231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24231; }

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

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

background-color css

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

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

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

border-color css

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

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

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