Html Css Color HEX #DE5E31 Chilean Fire

📋 copy color: '#DE5E31'

red 222 ◦ green 94 ◦ blue 49

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

Shades of Chilean Fire #DE5E31

Tints of Chilean Fire #DE5E31

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.75%

 BLUE value IS 49 (19.53% from 255) = 13.42%

R = 60.82%
G = 25.75%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE5E31 (or 0xDE5E31) is known color: Chilean Fire. HEX triplet: DE, 5E and 31. RGB value is (222,94,49). Sum of RGB (Red+Green+Blue) = 222+94+49=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5E31 is #21A1CE. Grayscale: #7F7F7F. Windows color (decimal): -2204111 or 3235550. OLE color: 3235550.

HSL color Cylindrical-coordinate representation of color #DE5E31: hue angle of 15.61º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE5E31 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 94 49 -
CMYK 0 0.58 0.78 0.13
HSL 15.61º 0.72% 0.53% -
HSV(B) 15.61º 0.78% 0.87% -
XYZ 34.68 23.76 5.66 -
YUV 127.14 83.91 195.66 -
System Red Green Blue C M Y K H S L
Decimal 222 94 49 0 0.58 0.78 0.13 15.61 0.72 0.53
Hex DE 5E 31 0 3A 4E D 10 48 35
Octal 336 136 61 0 72 116 15 20 110 65
Binary 11011110 1011110 110001 0 111010 1001110 1101 10000 1001000 110101

Color Harmonies of #DE5E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E31

Black with #DE5E31

Text Example


Text Example

White with #DE5E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E31; }

 p { color: rgb(222,94,49); }

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

background-color css

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

 a { background-color: rgb(222,94,49); }

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

border-color css

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

 span { border-color: rgb(222,94,49); }

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