Html Css Color HEX #DE4222 Cinnabar

📋 copy color: '#DE4222'

red 222 ◦ green 66 ◦ blue 34

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

Shades of Cinnabar #DE4222

Tints of Cinnabar #DE4222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

 BLUE value IS 34 (13.67% from 255) = 10.56%

R = 68.94%
G = 20.5%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE4222 (or 0xDE4222) is known color: Cinnabar. HEX triplet: DE, 42 and 22. RGB value is (222,66,34). Sum of RGB (Red+Green+Blue) = 222+66+34=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4222 is #21BDDD. Grayscale: #6D6D6D. Windows color (decimal): -2211294 or 2245342. OLE color: 2245342.

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

Color convert

RGB 222 66 34 -
CMYK 0 0.70 0.85 0.13
HSL 10.21º 0.74% 0.5% -
HSV(B) 10.21º 0.85% 0.87% -
XYZ 32.36 19.54 3.58 -
YUV 109 85.68 208.6 -
System Red Green Blue C M Y K H S L
Decimal 222 66 34 0 0.70 0.85 0.13 10.21 0.74 0.5
Hex DE 42 22 0 46 55 D A 4A 32
Octal 336 102 42 0 106 125 15 12 112 62
Binary 11011110 1000010 100010 0 1000110 1010101 1101 1010 1001010 110010

Color Harmonies of #DE4222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4222

Black with #DE4222

Text Example


Text Example

White with #DE4222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4222; }

 p { color: rgb(222,66,34); }

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

background-color css

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

 a { background-color: rgb(222,66,34); }

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

border-color css

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

 span { border-color: rgb(222,66,34); }

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