Shades of Chilean Fire #DC5B2F
Tints of Chilean Fire #DC5B2F
RGB
CMYK
RGB Variations
Color information
#DC5B2F (or 0xDC5B2F) is known color: Chilean Fire. HEX triplet: DC, 5B and 2F. RGB value is (220,91,47). Sum of RGB (Red+Green+Blue) = 220+91+47=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5B2F is #23A4D0. Grayscale: #7C7C7C. Windows color (decimal): -2335953 or 3103708. OLE color: 3103708.
HSL color Cylindrical-coordinate representation of color #DC5B2F: hue angle of 15.26º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC5B2F is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 47 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.14 |
| HSL | 15.26º | 0.71% | 0.52% | - |
| HSV(B) | 15.26º | 0.79% | 0.86% | - |
| XYZ | 33.77 | 22.9 | 5.33 | - |
| YUV | 124.56 | 84.24 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 47 | 0 | 0.59 | 0.79 | 0.14 | 15.26 | 0.71 | 0.52 |
| Hex | DC | 5B | 2F | 0 | 3B | 4F | E | F | 47 | 34 |
| Octal | 334 | 133 | 57 | 0 | 73 | 117 | 16 | 17 | 107 | 64 |
| Binary | 11011100 | 1011011 | 101111 | 0 | 111011 | 1001111 | 1110 | 1111 | 1000111 | 110100 |
Color Harmonies of #DC5B2F
Complementary color
Monochromatic Colors of #DC5B2F
Black with #DC5B2F
Text Example
Text Example
White with #DC5B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B2F; }
p { color: rgb(220,91,47); }
H1.HeaderClassName
{
color: #DC5B2F;
}
.AnyTagClassName
{
color: #DC5B2F;
}
</style>
background-color css
<style>
a { background-color: #DC5B2F; }
a { background-color: rgb(220,91,47); }
div.DivClassName
{
background-color: #DC5B2F;
}
.BgClassName
{
background-color: #DC5B2F;
}
</style>
border-color css
<style>
span { border-color: #DC5B2F; }
span { border-color: rgb(220,91,47); }
td.TdClassName
{
border-color: #DC5B2F;
}
.TagClassName
{
border-color: #DC5B2F;
}
</style>