Shades of Chilean Fire #D45523
Tints of Chilean Fire #D45523
RGB
CMYK
RGB Variations
Color information
#D45523 (or 0xD45523) is known color: Chilean Fire. HEX triplet: D4, 55 and 23. RGB value is (212,85,35). Sum of RGB (Red+Green+Blue) = 212+85+35=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D45523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45523 is #2BAADC. Grayscale: #757575. Windows color (decimal): -2861789 or 2315732. OLE color: 2315732.
HSL color Cylindrical-coordinate representation of color #D45523: hue angle of 16.95º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D45523 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 35 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.17 |
| HSL | 16.95º | 0.72% | 0.48% | - |
| HSV(B) | 16.95º | 0.83% | 0.83% | - |
| XYZ | 30.7 | 20.62 | 3.95 | - |
| YUV | 117.27 | 81.58 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 35 | 0 | 0.60 | 0.83 | 0.17 | 16.95 | 0.72 | 0.48 |
| Hex | D4 | 55 | 23 | 0 | 3C | 53 | 11 | 11 | 48 | 30 |
| Octal | 324 | 125 | 43 | 0 | 74 | 123 | 21 | 21 | 110 | 60 |
| Binary | 11010100 | 1010101 | 100011 | 0 | 111100 | 1010011 | 10001 | 10001 | 1001000 | 110000 |
Color Harmonies of #D45523
Complementary color
Monochromatic Colors of #D45523
Black with #D45523
Text Example
Text Example
White with #D45523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45523; }
p { color: rgb(212,85,35); }
H1.HeaderClassName
{
color: #D45523;
}
.AnyTagClassName
{
color: #D45523;
}
</style>
background-color css
<style>
a { background-color: #D45523; }
a { background-color: rgb(212,85,35); }
div.DivClassName
{
background-color: #D45523;
}
.BgClassName
{
background-color: #D45523;
}
</style>
border-color css
<style>
span { border-color: #D45523; }
span { border-color: rgb(212,85,35); }
td.TdClassName
{
border-color: #D45523;
}
.TagClassName
{
border-color: #D45523;
}
</style>