Html Css Color HEX #DE5120 Chilean Fire

📋 copy color: '#DE5120'

red 222 ◦ green 81 ◦ blue 32

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

Shades of Chilean Fire #DE5120

Tints of Chilean Fire #DE5120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.18%

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

R = 66.27%
G = 24.18%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE5120 (or 0xDE5120) is known color: Chilean Fire. HEX triplet: DE, 51 and 20. RGB value is (222,81,32). Sum of RGB (Red+Green+Blue) = 222+81+32=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5120 is #21AEDF. Grayscale: #757575. Windows color (decimal): -2207456 or 2118110. OLE color: 2118110.

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

Color convert

RGB 222 81 32 -
CMYK 0 0.64 0.86 0.13
HSL 15.47º 0.75% 0.5% -
HSV(B) 15.47º 0.86% 0.87% -
XYZ 33.33 21.52 3.76 -
YUV 117.57 79.71 202.48 -
System Red Green Blue C M Y K H S L
Decimal 222 81 32 0 0.64 0.86 0.13 15.47 0.75 0.5
Hex DE 51 20 0 40 56 D F 4B 32
Octal 336 121 40 0 100 126 15 17 113 62
Binary 11011110 1010001 100000 0 1000000 1010110 1101 1111 1001011 110010

Color Harmonies of #DE5120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5120

Black with #DE5120

Text Example


Text Example

White with #DE5120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5120; }

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

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

background-color css

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

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

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

border-color css

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

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

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