Html Css Color HEX #DE5027 Cinnabar

📋 copy color: '#DE5027'

red 222 ◦ green 80 ◦ blue 39

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

Shades of Cinnabar #DE5027

Tints of Cinnabar #DE5027

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.46%

 BLUE value IS 39 (15.63% from 255) = 11.44%

R = 65.1%
G = 23.46%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE5027 (or 0xDE5027) is known color: Cinnabar. HEX triplet: DE, 50 and 27. RGB value is (222,80,39). Sum of RGB (Red+Green+Blue) = 222+80+39=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5027 is #21AFD8. Grayscale: #767676. Windows color (decimal): -2207705 or 2576606. OLE color: 2576606.

HSL color Cylindrical-coordinate representation of color #DE5027: hue angle of 13.44º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE5027 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 80 39 -
CMYK 0 0.64 0.82 0.13
HSL 13.44º 0.73% 0.51% -
HSV(B) 13.44º 0.82% 0.87% -
XYZ 33.36 21.41 4.29 -
YUV 117.78 83.54 202.33 -
System Red Green Blue C M Y K H S L
Decimal 222 80 39 0 0.64 0.82 0.13 13.44 0.73 0.51
Hex DE 50 27 0 40 52 D D 49 33
Octal 336 120 47 0 100 122 15 15 111 63
Binary 11011110 1010000 100111 0 1000000 1010010 1101 1101 1001001 110011

Color Harmonies of #DE5027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5027

Black with #DE5027

Text Example


Text Example

White with #DE5027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5027; }

 p { color: rgb(222,80,39); }

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

background-color css

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

 a { background-color: rgb(222,80,39); }

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

border-color css

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

 span { border-color: rgb(222,80,39); }

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