Shades of Chilean Fire #D75033
Tints of Chilean Fire #D75033
RGB
CMYK
RGB Variations
Color information
#D75033 (or 0xD75033) is known color: Chilean Fire. HEX triplet: D7, 50 and 33. RGB value is (215,80,51). Sum of RGB (Red+Green+Blue) = 215+80+51=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D75033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75033 is #28AFCC. Grayscale: #757575. Windows color (decimal): -2666445 or 3363031. OLE color: 3363031.
HSL color Cylindrical-coordinate representation of color #D75033: hue angle of 10.61º 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 #D75033 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 51 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.16 |
| HSL | 10.61º | 0.67% | 0.52% | - |
| HSV(B) | 10.61º | 0.76% | 0.84% | - |
| XYZ | 31.49 | 20.42 | 5.41 | - |
| YUV | 117.06 | 90.73 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 51 | 0 | 0.63 | 0.76 | 0.16 | 10.61 | 0.67 | 0.52 |
| Hex | D7 | 50 | 33 | 0 | 3F | 4C | 10 | B | 43 | 34 |
| Octal | 327 | 120 | 63 | 0 | 77 | 114 | 20 | 13 | 103 | 64 |
| Binary | 11010111 | 1010000 | 110011 | 0 | 111111 | 1001100 | 10000 | 1011 | 1000011 | 110100 |
Color Harmonies of #D75033
Complementary color
Monochromatic Colors of #D75033
Black with #D75033
Text Example
Text Example
White with #D75033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75033; }
p { color: rgb(215,80,51); }
H1.HeaderClassName
{
color: #D75033;
}
.AnyTagClassName
{
color: #D75033;
}
</style>
background-color css
<style>
a { background-color: #D75033; }
a { background-color: rgb(215,80,51); }
div.DivClassName
{
background-color: #D75033;
}
.BgClassName
{
background-color: #D75033;
}
</style>
border-color css
<style>
span { border-color: #D75033; }
span { border-color: rgb(215,80,51); }
td.TdClassName
{
border-color: #D75033;
}
.TagClassName
{
border-color: #D75033;
}
</style>