Html Css Color HEX #DC5F37 Chilean Fire

📋 copy color: '#DC5F37'

red 220 ◦ green 95 ◦ blue 55

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

Shades of Chilean Fire #DC5F37

Tints of Chilean Fire #DC5F37

RGB

 RED value IS 220 (86.33% from 255) = 59.46%

 GREEN value IS 95 (37.5% from 255) = 25.68%

 BLUE value IS 55 (21.88% from 255) = 14.86%

R = 59.46%
G = 25.68%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC5F37 (or 0xDC5F37) is known color: Chilean Fire. HEX triplet: DC, 5F and 37. RGB value is (220,95,55). Sum of RGB (Red+Green+Blue) = 220+95+55=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5F37 is #23A0C8. Grayscale: #808080. Windows color (decimal): -2334921 or 3629020. OLE color: 3629020.

HSL color Cylindrical-coordinate representation of color #DC5F37: hue angle of 14.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC5F37 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 95 55 -
CMYK 0 0.57 0.75 0.14
HSL 14.55º 0.7% 0.54% -
HSV(B) 14.55º 0.75% 0.86% -
XYZ 34.3 23.68 6.38 -
YUV 127.82 86.91 193.75 -
System Red Green Blue C M Y K H S L
Decimal 220 95 55 0 0.57 0.75 0.14 14.55 0.7 0.54
Hex DC 5F 37 0 39 4B E F 46 36
Octal 334 137 67 0 71 113 16 17 106 66
Binary 11011100 1011111 110111 0 111001 1001011 1110 1111 1000110 110110

Color Harmonies of #DC5F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F37

Black with #DC5F37

Text Example


Text Example

White with #DC5F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F37; }

 p { color: rgb(220,95,55); }

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

background-color css

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

 a { background-color: rgb(220,95,55); }

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

border-color css

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

 span { border-color: rgb(220,95,55); }

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