Html Css Color HEX #DE5E30 Chilean Fire

📋 copy color: '#DE5E30'

red 222 ◦ green 94 ◦ blue 48

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

Shades of Chilean Fire #DE5E30

Tints of Chilean Fire #DE5E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.19%

R = 60.99%
G = 25.82%
B = 13.19%

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

#DE5E30 (or 0xDE5E30) is known color: Chilean Fire. HEX triplet: DE, 5E and 30. RGB value is (222,94,48). Sum of RGB (Red+Green+Blue) = 222+94+48=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5E30 is #21A1CF. Grayscale: #7F7F7F. Windows color (decimal): -2204112 or 3170014. OLE color: 3170014.

HSL color Cylindrical-coordinate representation of color #DE5E30: hue angle of 15.86º degrees, saturation: 0.73, 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 #DE5E30 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 94 48 -
CMYK 0 0.58 0.78 0.13
HSL 15.86º 0.73% 0.53% -
HSV(B) 15.86º 0.78% 0.87% -
XYZ 34.66 23.75 5.55 -
YUV 127.03 83.41 195.74 -
System Red Green Blue C M Y K H S L
Decimal 222 94 48 0 0.58 0.78 0.13 15.86 0.73 0.53
Hex DE 5E 30 0 3A 4E D 10 48 35
Octal 336 136 60 0 72 116 15 20 110 65
Binary 11011110 1011110 110000 0 111010 1001110 1101 10000 1001000 110101

Color Harmonies of #DE5E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E30

Black with #DE5E30

Text Example


Text Example

White with #DE5E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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