Shades of Chilean Fire #D75321
Tints of Chilean Fire #D75321
RGB
CMYK
RGB Variations
Color information
#D75321 (or 0xD75321) is known color: Chilean Fire. HEX triplet: D7, 53 and 21. RGB value is (215,83,33). Sum of RGB (Red+Green+Blue) = 215+83+33=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D75321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75321 is #28ACDE. Grayscale: #757575. Windows color (decimal): -2665695 or 2184151. OLE color: 2184151.
HSL color Cylindrical-coordinate representation of color #D75321: hue angle of 16.48º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D75321 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 33 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.16 |
| HSL | 16.48º | 0.73% | 0.49% | - |
| HSV(B) | 16.48º | 0.85% | 0.84% | - |
| XYZ | 31.39 | 20.74 | 3.79 | - |
| YUV | 116.77 | 80.73 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 33 | 0 | 0.61 | 0.85 | 0.16 | 16.48 | 0.73 | 0.49 |
| Hex | D7 | 53 | 21 | 0 | 3D | 55 | 10 | 10 | 49 | 31 |
| Octal | 327 | 123 | 41 | 0 | 75 | 125 | 20 | 20 | 111 | 61 |
| Binary | 11010111 | 1010011 | 100001 | 0 | 111101 | 1010101 | 10000 | 10000 | 1001001 | 110001 |
Color Harmonies of #D75321
Complementary color
Monochromatic Colors of #D75321
Black with #D75321
Text Example
Text Example
White with #D75321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75321; }
p { color: rgb(215,83,33); }
H1.HeaderClassName
{
color: #D75321;
}
.AnyTagClassName
{
color: #D75321;
}
</style>
background-color css
<style>
a { background-color: #D75321; }
a { background-color: rgb(215,83,33); }
div.DivClassName
{
background-color: #D75321;
}
.BgClassName
{
background-color: #D75321;
}
</style>
border-color css
<style>
span { border-color: #D75321; }
span { border-color: rgb(215,83,33); }
td.TdClassName
{
border-color: #D75321;
}
.TagClassName
{
border-color: #D75321;
}
</style>