Html Css Color HEX #DE4724 Cinnabar

📋 copy color: '#DE4724'

red 222 ◦ green 71 ◦ blue 36

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

Shades of Cinnabar #DE4724

Tints of Cinnabar #DE4724

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

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

R = 67.48%
G = 21.58%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DE4724 (or 0xDE4724) is known color: Cinnabar. HEX triplet: DE, 47 and 24. RGB value is (222,71,36). Sum of RGB (Red+Green+Blue) = 222+71+36=329 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.48% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4724 is #21B8DB. Grayscale: #707070. Windows color (decimal): -2210012 or 2377694. OLE color: 2377694.

HSL color Cylindrical-coordinate representation of color #DE4724: hue angle of 11.29º 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 #DE4724 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 71 36 -
CMYK 0 0.68 0.84 0.13
HSL 11.29º 0.74% 0.51% -
HSV(B) 11.29º 0.84% 0.87% -
XYZ 32.7 20.16 3.84 -
YUV 112.16 85.03 206.35 -
System Red Green Blue C M Y K H S L
Decimal 222 71 36 0 0.68 0.84 0.13 11.29 0.74 0.51
Hex DE 47 24 0 44 54 D B 4A 33
Octal 336 107 44 0 104 124 15 13 112 63
Binary 11011110 1000111 100100 0 1000100 1010100 1101 1011 1001010 110011

Color Harmonies of #DE4724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4724

Black with #DE4724

Text Example


Text Example

White with #DE4724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4724; }

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

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

background-color css

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

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

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

border-color css

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

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

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