Shades of Chilean Fire #D75324
Tints of Chilean Fire #D75324
RGB
CMYK
RGB Variations
Color information
#D75324 (or 0xD75324) is known color: Chilean Fire. HEX triplet: D7, 53 and 24. RGB value is (215,83,36). Sum of RGB (Red+Green+Blue) = 215+83+36=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D75324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75324 is #28ACDB. Grayscale: #757575. Windows color (decimal): -2665692 or 2380759. OLE color: 2380759.
HSL color Cylindrical-coordinate representation of color #D75324: hue angle of 15.75º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D75324 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 36 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.16 |
| HSL | 15.75º | 0.71% | 0.49% | - |
| HSV(B) | 15.75º | 0.83% | 0.84% | - |
| XYZ | 31.44 | 20.76 | 4.02 | - |
| YUV | 117.11 | 82.23 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 36 | 0 | 0.61 | 0.83 | 0.16 | 15.75 | 0.71 | 0.49 |
| Hex | D7 | 53 | 24 | 0 | 3D | 53 | 10 | 10 | 47 | 31 |
| Octal | 327 | 123 | 44 | 0 | 75 | 123 | 20 | 20 | 107 | 61 |
| Binary | 11010111 | 1010011 | 100100 | 0 | 111101 | 1010011 | 10000 | 10000 | 1000111 | 110001 |
Color Harmonies of #D75324
Complementary color
Monochromatic Colors of #D75324
Black with #D75324
Text Example
Text Example
White with #D75324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75324; }
p { color: rgb(215,83,36); }
H1.HeaderClassName
{
color: #D75324;
}
.AnyTagClassName
{
color: #D75324;
}
</style>
background-color css
<style>
a { background-color: #D75324; }
a { background-color: rgb(215,83,36); }
div.DivClassName
{
background-color: #D75324;
}
.BgClassName
{
background-color: #D75324;
}
</style>
border-color css
<style>
span { border-color: #D75324; }
span { border-color: rgb(215,83,36); }
td.TdClassName
{
border-color: #D75324;
}
.TagClassName
{
border-color: #D75324;
}
</style>