Shades of Chilean Fire #D05E3C
Tints of Chilean Fire #D05E3C
RGB
CMYK
RGB Variations
Color information
#D05E3C (or 0xD05E3C) is known color: Chilean Fire. HEX triplet: D0, 5E and 3C. RGB value is (208,94,60). Sum of RGB (Red+Green+Blue) = 208+94+60=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05E3C is #2FA1C3. Grayscale: #7C7C7C. Windows color (decimal): -3121604 or 3956432. OLE color: 3956432.
HSL color Cylindrical-coordinate representation of color #D05E3C: hue angle of 13.78º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D05E3C is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 94 | 60 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.18 |
| HSL | 13.78º | 0.61% | 0.53% | - |
| HSV(B) | 13.78º | 0.71% | 0.82% | - |
| XYZ | 30.83 | 21.74 | 6.85 | - |
| YUV | 124.21 | 91.77 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 60 | 0 | 0.55 | 0.71 | 0.18 | 13.78 | 0.61 | 0.53 |
| Hex | D0 | 5E | 3C | 0 | 37 | 47 | 12 | E | 3D | 35 |
| Octal | 320 | 136 | 74 | 0 | 67 | 107 | 22 | 16 | 75 | 65 |
| Binary | 11010000 | 1011110 | 111100 | 0 | 110111 | 1000111 | 10010 | 1110 | 111101 | 110101 |
Color Harmonies of #D05E3C
Complementary color
Monochromatic Colors of #D05E3C
Black with #D05E3C
Text Example
Text Example
White with #D05E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05E3C; }
p { color: rgb(208,94,60); }
H1.HeaderClassName
{
color: #D05E3C;
}
.AnyTagClassName
{
color: #D05E3C;
}
</style>
background-color css
<style>
a { background-color: #D05E3C; }
a { background-color: rgb(208,94,60); }
div.DivClassName
{
background-color: #D05E3C;
}
.BgClassName
{
background-color: #D05E3C;
}
</style>
border-color css
<style>
span { border-color: #D05E3C; }
span { border-color: rgb(208,94,60); }
td.TdClassName
{
border-color: #D05E3C;
}
.TagClassName
{
border-color: #D05E3C;
}
</style>