Html Css Color HEX #DE4021 Cinnabar

📋 copy color: '#DE4021'

red 222 ◦ green 64 ◦ blue 33

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

Shades of Cinnabar #DE4021

Tints of Cinnabar #DE4021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.06%

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

R = 69.59%
G = 20.06%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE4021 (or 0xDE4021) is known color: Cinnabar. HEX triplet: DE, 40 and 21. RGB value is (222,64,33). Sum of RGB (Red+Green+Blue) = 222+64+33=319 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.59% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4021 is #21BFDE. Grayscale: #6B6B6B. Windows color (decimal): -2211807 or 2179294. OLE color: 2179294.

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

Color convert

RGB 222 64 33 -
CMYK 0 0.71 0.85 0.13
HSL 9.84º 0.74% 0.5% -
HSV(B) 9.84º 0.85% 0.87% -
XYZ 32.23 19.31 3.47 -
YUV 107.71 85.85 209.52 -
System Red Green Blue C M Y K H S L
Decimal 222 64 33 0 0.71 0.85 0.13 9.84 0.74 0.5
Hex DE 40 21 0 47 55 D A 4A 32
Octal 336 100 41 0 107 125 15 12 112 62
Binary 11011110 1000000 100001 0 1000111 1010101 1101 1010 1001010 110010

Color Harmonies of #DE4021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4021

Black with #DE4021

Text Example


Text Example

White with #DE4021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4021; }

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

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

background-color css

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

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

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

border-color css

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

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

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