Shades of Chilean Fire #D76033
Tints of Chilean Fire #D76033
RGB
CMYK
RGB Variations
Color information
#D76033 (or 0xD76033) is known color: Chilean Fire. HEX triplet: D7, 60 and 33. RGB value is (215,96,51). Sum of RGB (Red+Green+Blue) = 215+96+51=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D76033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76033 is #289FCC. Grayscale: #7E7E7E. Windows color (decimal): -2662349 or 3367127. OLE color: 3367127.
HSL color Cylindrical-coordinate representation of color #D76033: hue angle of 16.46º degrees, saturation: 0.67, 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 #D76033 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 51 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.16 |
| HSL | 16.46º | 0.67% | 0.52% | - |
| HSV(B) | 16.46º | 0.76% | 0.84% | - |
| XYZ | 32.8 | 23.05 | 5.85 | - |
| YUV | 126.45 | 85.42 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 51 | 0 | 0.55 | 0.76 | 0.16 | 16.46 | 0.67 | 0.52 |
| Hex | D7 | 60 | 33 | 0 | 37 | 4C | 10 | 10 | 43 | 34 |
| Octal | 327 | 140 | 63 | 0 | 67 | 114 | 20 | 20 | 103 | 64 |
| Binary | 11010111 | 1100000 | 110011 | 0 | 110111 | 1001100 | 10000 | 10000 | 1000011 | 110100 |
Color Harmonies of #D76033
Complementary color
Monochromatic Colors of #D76033
Black with #D76033
Text Example
Text Example
White with #D76033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76033; }
p { color: rgb(215,96,51); }
H1.HeaderClassName
{
color: #D76033;
}
.AnyTagClassName
{
color: #D76033;
}
</style>
background-color css
<style>
a { background-color: #D76033; }
a { background-color: rgb(215,96,51); }
div.DivClassName
{
background-color: #D76033;
}
.BgClassName
{
background-color: #D76033;
}
</style>
border-color css
<style>
span { border-color: #D76033; }
span { border-color: rgb(215,96,51); }
td.TdClassName
{
border-color: #D76033;
}
.TagClassName
{
border-color: #D76033;
}
</style>