Html Css Color HEX #D24442 Cinnabar

📋 copy color: '#D24442'

red 210 ◦ green 68 ◦ blue 66

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

Shades of Cinnabar #D24442

Tints of Cinnabar #D24442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.19%

R = 61.05%
G = 19.77%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D24442 (or 0xD24442) is known color: Cinnabar. HEX triplet: D2, 44 and 42. RGB value is (210,68,66). Sum of RGB (Red+Green+Blue) = 210+68+66=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D24442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24442 is #2DBBBD. Grayscale: #6E6E6E. Windows color (decimal): -2997182 or 4342994. OLE color: 4342994.

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

Color convert

RGB 210 68 66 -
CMYK 0 0.68 0.69 0.18
HSL 0.83º 0.62% 0.54% -
HSV(B) 0.83º 0.69% 0.82% -
XYZ 29.63 18.23 7.11 -
YUV 110.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 210 68 66 0 0.68 0.69 0.18 0.83 0.62 0.54
Hex D2 44 42 0 44 45 12 1 3E 36
Octal 322 104 102 0 104 105 22 1 76 66
Binary 11010010 1000100 1000010 0 1000100 1000101 10010 1 111110 110110

Color Harmonies of #D24442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24442

Black with #D24442

Text Example


Text Example

White with #D24442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24442; }

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

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

background-color css

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

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

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

border-color css

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

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

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