Shades of Chilean Fire #D06133
Tints of Chilean Fire #D06133
RGB
CMYK
RGB Variations
Color information
#D06133 (or 0xD06133) is known color: Chilean Fire. HEX triplet: D0, 61 and 33. RGB value is (208,97,51). Sum of RGB (Red+Green+Blue) = 208+97+51=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D06133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06133 is #2F9ECC. Grayscale: #7D7D7D. Windows color (decimal): -3120845 or 3367376. OLE color: 3367376.
HSL color Cylindrical-coordinate representation of color #D06133: hue angle of 17.58º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D06133 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 51 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.18 |
| HSL | 17.58º | 0.63% | 0.51% | - |
| HSV(B) | 17.58º | 0.75% | 0.82% | - |
| XYZ | 30.88 | 22.2 | 5.79 | - |
| YUV | 124.95 | 86.27 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 51 | 0 | 0.53 | 0.75 | 0.18 | 17.58 | 0.63 | 0.51 |
| Hex | D0 | 61 | 33 | 0 | 35 | 4B | 12 | 12 | 3F | 33 |
| Octal | 320 | 141 | 63 | 0 | 65 | 113 | 22 | 22 | 77 | 63 |
| Binary | 11010000 | 1100001 | 110011 | 0 | 110101 | 1001011 | 10010 | 10010 | 111111 | 110011 |
Color Harmonies of #D06133
Complementary color
Monochromatic Colors of #D06133
Black with #D06133
Text Example
Text Example
White with #D06133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06133; }
p { color: rgb(208,97,51); }
H1.HeaderClassName
{
color: #D06133;
}
.AnyTagClassName
{
color: #D06133;
}
</style>
background-color css
<style>
a { background-color: #D06133; }
a { background-color: rgb(208,97,51); }
div.DivClassName
{
background-color: #D06133;
}
.BgClassName
{
background-color: #D06133;
}
</style>
border-color css
<style>
span { border-color: #D06133; }
span { border-color: rgb(208,97,51); }
td.TdClassName
{
border-color: #D06133;
}
.TagClassName
{
border-color: #D06133;
}
</style>