Html Css Color HEX #DE5A34 Chilean Fire

📋 copy color: '#DE5A34'

red 222 ◦ green 90 ◦ blue 52

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

Shades of Chilean Fire #DE5A34

Tints of Chilean Fire #DE5A34

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.73%

 BLUE value IS 52 (20.7% from 255) = 14.29%

R = 60.99%
G = 24.73%
B = 14.29%

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

#DE5A34 (or 0xDE5A34) is known color: Chilean Fire. HEX triplet: DE, 5A and 34. RGB value is (222,90,52). Sum of RGB (Red+Green+Blue) = 222+90+52=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5A34 is #21A5CB. Grayscale: #7D7D7D. Windows color (decimal): -2205132 or 3431134. OLE color: 3431134.

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

Color convert

RGB 222 90 52 -
CMYK 0 0.59 0.77 0.13
HSL 13.41º 0.72% 0.54% -
HSV(B) 13.41º 0.77% 0.87% -
XYZ 34.4 23.09 5.89 -
YUV 125.14 86.73 197.09 -
System Red Green Blue C M Y K H S L
Decimal 222 90 52 0 0.59 0.77 0.13 13.41 0.72 0.54
Hex DE 5A 34 0 3B 4D D D 48 36
Octal 336 132 64 0 73 115 15 15 110 66
Binary 11011110 1011010 110100 0 111011 1001101 1101 1101 1001000 110110

Color Harmonies of #DE5A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5A34

Black with #DE5A34

Text Example


Text Example

White with #DE5A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5A34; }

 p { color: rgb(222,90,52); }

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

background-color css

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

 a { background-color: rgb(222,90,52); }

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

border-color css

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

 span { border-color: rgb(222,90,52); }

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