Html Css Color HEX #DE5D3C Chilean Fire

📋 copy color: '#DE5D3C'

red 222 ◦ green 93 ◦ blue 60

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

Shades of Chilean Fire #DE5D3C

Tints of Chilean Fire #DE5D3C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.8%

 BLUE value IS 60 (23.83% from 255) = 16%

R = 59.2%
G = 24.8%
B = 16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE5D3C (or 0xDE5D3C) is known color: Chilean Fire. HEX triplet: DE, 5D and 3C. RGB value is (222,93,60). Sum of RGB (Red+Green+Blue) = 222+93+60=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5D3C is #21A2C3. Grayscale: #808080. Windows color (decimal): -2204356 or 3956190. OLE color: 3956190.

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

Color convert

RGB 222 93 60 -
CMYK 0 0.58 0.73 0.13
HSL 12.22º 0.71% 0.55% -
HSV(B) 12.22º 0.73% 0.87% -
XYZ 34.85 23.68 7.01 -
YUV 127.81 89.74 195.18 -
System Red Green Blue C M Y K H S L
Decimal 222 93 60 0 0.58 0.73 0.13 12.22 0.71 0.55
Hex DE 5D 3C 0 3A 49 D C 47 37
Octal 336 135 74 0 72 111 15 14 107 67
Binary 11011110 1011101 111100 0 111010 1001001 1101 1100 1000111 110111

Color Harmonies of #DE5D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5D3C

Black with #DE5D3C

Text Example


Text Example

White with #DE5D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5D3C; }

 p { color: rgb(222,93,60); }

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

background-color css

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

 a { background-color: rgb(222,93,60); }

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

border-color css

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

 span { border-color: rgb(222,93,60); }

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