Shades of Chilean Fire #D55324
Tints of Chilean Fire #D55324
RGB
CMYK
RGB Variations
Color information
#D55324 (or 0xD55324) is known color: Chilean Fire. HEX triplet: D5, 53 and 24. RGB value is (213,83,36). Sum of RGB (Red+Green+Blue) = 213+83+36=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D55324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55324 is #2AACDB. Grayscale: #747474. Windows color (decimal): -2796764 or 2380757. OLE color: 2380757.
HSL color Cylindrical-coordinate representation of color #D55324: hue angle of 15.93º 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 #D55324 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 36 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.16 |
| HSL | 15.93º | 0.71% | 0.49% | - |
| HSV(B) | 15.93º | 0.83% | 0.84% | - |
| XYZ | 30.85 | 20.46 | 3.99 | - |
| YUV | 116.51 | 82.57 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 36 | 0 | 0.61 | 0.83 | 0.16 | 15.93 | 0.71 | 0.49 |
| Hex | D5 | 53 | 24 | 0 | 3D | 53 | 10 | 10 | 47 | 31 |
| Octal | 325 | 123 | 44 | 0 | 75 | 123 | 20 | 20 | 107 | 61 |
| Binary | 11010101 | 1010011 | 100100 | 0 | 111101 | 1010011 | 10000 | 10000 | 1000111 | 110001 |
Color Harmonies of #D55324
Complementary color
Monochromatic Colors of #D55324
Black with #D55324
Text Example
Text Example
White with #D55324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55324; }
p { color: rgb(213,83,36); }
H1.HeaderClassName
{
color: #D55324;
}
.AnyTagClassName
{
color: #D55324;
}
</style>
background-color css
<style>
a { background-color: #D55324; }
a { background-color: rgb(213,83,36); }
div.DivClassName
{
background-color: #D55324;
}
.BgClassName
{
background-color: #D55324;
}
</style>
border-color css
<style>
span { border-color: #D55324; }
span { border-color: rgb(213,83,36); }
td.TdClassName
{
border-color: #D55324;
}
.TagClassName
{
border-color: #D55324;
}
</style>