Html Css Color HEX #DE4E24 Cinnabar

📋 copy color: '#DE4E24'

red 222 ◦ green 78 ◦ blue 36

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

Shades of Cinnabar #DE4E24

Tints of Cinnabar #DE4E24

RGB

 RED value IS 222 (87.11% from 255) = 66.07%

 GREEN value IS 78 (30.86% from 255) = 23.21%

 BLUE value IS 36 (14.45% from 255) = 10.71%

R = 66.07%
G = 23.21%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DE4E24 (or 0xDE4E24) is known color: Cinnabar. HEX triplet: DE, 4E and 24. RGB value is (222,78,36). Sum of RGB (Red+Green+Blue) = 222+78+36=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4E24 is #21B1DB. Grayscale: #747474. Windows color (decimal): -2208220 or 2379486. OLE color: 2379486.

HSL color Cylindrical-coordinate representation of color #DE4E24: hue angle of 13.55º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE4E24 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 78 36 -
CMYK 0 0.65 0.84 0.13
HSL 13.55º 0.74% 0.51% -
HSV(B) 13.55º 0.84% 0.87% -
XYZ 33.17 21.11 3.99 -
YUV 116.27 82.71 203.42 -
System Red Green Blue C M Y K H S L
Decimal 222 78 36 0 0.65 0.84 0.13 13.55 0.74 0.51
Hex DE 4E 24 0 41 54 D E 4A 33
Octal 336 116 44 0 101 124 15 16 112 63
Binary 11011110 1001110 100100 0 1000001 1010100 1101 1110 1001010 110011

Color Harmonies of #DE4E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4E24

Black with #DE4E24

Text Example


Text Example

White with #DE4E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4E24; }

 p { color: rgb(222,78,36); }

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

background-color css

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

 a { background-color: rgb(222,78,36); }

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

border-color css

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

 span { border-color: rgb(222,78,36); }

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