Html Css Color HEX #DE5B33 Chilean Fire

📋 copy color: '#DE5B33'

red 222 ◦ green 91 ◦ blue 51

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

Shades of Chilean Fire #DE5B33

Tints of Chilean Fire #DE5B33

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25%

 BLUE value IS 51 (20.31% from 255) = 14.01%

R = 60.99%
G = 25%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE5B33 (or 0xDE5B33) is known color: Chilean Fire. HEX triplet: DE, 5B and 33. RGB value is (222,91,51). Sum of RGB (Red+Green+Blue) = 222+91+51=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5B33 is #21A4CC. Grayscale: #7D7D7D. Windows color (decimal): -2204877 or 3365854. OLE color: 3365854.

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

Color convert

RGB 222 91 51 -
CMYK 0 0.59 0.77 0.13
HSL 14.04º 0.72% 0.54% -
HSV(B) 14.04º 0.77% 0.87% -
XYZ 34.46 23.25 5.8 -
YUV 125.61 85.9 196.75 -
System Red Green Blue C M Y K H S L
Decimal 222 91 51 0 0.59 0.77 0.13 14.04 0.72 0.54
Hex DE 5B 33 0 3B 4D D E 48 36
Octal 336 133 63 0 73 115 15 16 110 66
Binary 11011110 1011011 110011 0 111011 1001101 1101 1110 1001000 110110

Color Harmonies of #DE5B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5B33

Black with #DE5B33

Text Example


Text Example

White with #DE5B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5B33; }

 p { color: rgb(222,91,51); }

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

background-color css

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

 a { background-color: rgb(222,91,51); }

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

border-color css

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

 span { border-color: rgb(222,91,51); }

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