Html Css Color HEX #DE4120 Cinnabar

📋 copy color: '#DE4120'

red 222 ◦ green 65 ◦ blue 32

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

Shades of Cinnabar #DE4120

Tints of Cinnabar #DE4120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.38%

 BLUE value IS 32 (12.89% from 255) = 10.03%

R = 69.59%
G = 20.38%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE4120 (or 0xDE4120) is known color: Cinnabar. HEX triplet: DE, 41 and 20. RGB value is (222,65,32). Sum of RGB (Red+Green+Blue) = 222+65+32=319 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.59% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4120 is #21BEDF. Grayscale: #6C6C6C. Windows color (decimal): -2211552 or 2114014. OLE color: 2114014.

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

Color convert

RGB 222 65 32 -
CMYK 0 0.71 0.86 0.13
HSL 10.42º 0.75% 0.5% -
HSV(B) 10.42º 0.86% 0.87% -
XYZ 32.28 19.41 3.41 -
YUV 108.18 85.01 209.18 -
System Red Green Blue C M Y K H S L
Decimal 222 65 32 0 0.71 0.86 0.13 10.42 0.75 0.5
Hex DE 41 20 0 47 56 D A 4B 32
Octal 336 101 40 0 107 126 15 12 113 62
Binary 11011110 1000001 100000 0 1000111 1010110 1101 1010 1001011 110010

Color Harmonies of #DE4120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4120

Black with #DE4120

Text Example


Text Example

White with #DE4120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4120; }

 p { color: rgb(222,65,32); }

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

background-color css

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

 a { background-color: rgb(222,65,32); }

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

border-color css

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

 span { border-color: rgb(222,65,32); }

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