Shades of Chilean Fire #D56033
Tints of Chilean Fire #D56033
RGB
CMYK
RGB Variations
Color information
#D56033 (or 0xD56033) is known color: Chilean Fire. HEX triplet: D5, 60 and 33. RGB value is (213,96,51). Sum of RGB (Red+Green+Blue) = 213+96+51=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D56033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56033 is #2A9FCC. Grayscale: #7E7E7E. Windows color (decimal): -2793421 or 3367125. OLE color: 3367125.
HSL color Cylindrical-coordinate representation of color #D56033: hue angle of 16.67º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D56033 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 51 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.16 |
| HSL | 16.67º | 0.66% | 0.52% | - |
| HSV(B) | 16.67º | 0.76% | 0.84% | - |
| XYZ | 32.22 | 22.75 | 5.83 | - |
| YUV | 125.85 | 85.76 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 51 | 0 | 0.55 | 0.76 | 0.16 | 16.67 | 0.66 | 0.52 |
| Hex | D5 | 60 | 33 | 0 | 37 | 4C | 10 | 11 | 42 | 34 |
| Octal | 325 | 140 | 63 | 0 | 67 | 114 | 20 | 21 | 102 | 64 |
| Binary | 11010101 | 1100000 | 110011 | 0 | 110111 | 1001100 | 10000 | 10001 | 1000010 | 110100 |
Color Harmonies of #D56033
Complementary color
Monochromatic Colors of #D56033
Black with #D56033
Text Example
Text Example
White with #D56033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56033; }
p { color: rgb(213,96,51); }
H1.HeaderClassName
{
color: #D56033;
}
.AnyTagClassName
{
color: #D56033;
}
</style>
background-color css
<style>
a { background-color: #D56033; }
a { background-color: rgb(213,96,51); }
div.DivClassName
{
background-color: #D56033;
}
.BgClassName
{
background-color: #D56033;
}
</style>
border-color css
<style>
span { border-color: #D56033; }
span { border-color: rgb(213,96,51); }
td.TdClassName
{
border-color: #D56033;
}
.TagClassName
{
border-color: #D56033;
}
</style>