Html Css Color HEX #DE4D21 Cinnabar

📋 copy color: '#DE4D21'

red 222 ◦ green 77 ◦ blue 33

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

Shades of Cinnabar #DE4D21

Tints of Cinnabar #DE4D21

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.19%

 BLUE value IS 33 (13.28% from 255) = 9.94%

R = 66.87%
G = 23.19%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE4D21 (or 0xDE4D21) is known color: Cinnabar. HEX triplet: DE, 4D and 21. RGB value is (222,77,33). Sum of RGB (Red+Green+Blue) = 222+77+33=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4D21 is #21B2DE. Grayscale: #737373. Windows color (decimal): -2208479 or 2182622. OLE color: 2182622.

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

Color convert

RGB 222 77 33 -
CMYK 0 0.65 0.85 0.13
HSL 13.97º 0.74% 0.5% -
HSV(B) 13.97º 0.85% 0.87% -
XYZ 33.05 20.95 3.74 -
YUV 115.34 81.54 204.08 -
System Red Green Blue C M Y K H S L
Decimal 222 77 33 0 0.65 0.85 0.13 13.97 0.74 0.5
Hex DE 4D 21 0 41 55 D E 4A 32
Octal 336 115 41 0 101 125 15 16 112 62
Binary 11011110 1001101 100001 0 1000001 1010101 1101 1110 1001010 110010

Color Harmonies of #DE4D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4D21

Black with #DE4D21

Text Example


Text Example

White with #DE4D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4D21; }

 p { color: rgb(222,77,33); }

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

background-color css

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

 a { background-color: rgb(222,77,33); }

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

border-color css

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

 span { border-color: rgb(222,77,33); }

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