Shades of Chilean Fire #D25433
Tints of Chilean Fire #D25433
RGB
CMYK
RGB Variations
Color information
#D25433 (or 0xD25433) is known color: Chilean Fire. HEX triplet: D2, 54 and 33. RGB value is (210,84,51). Sum of RGB (Red+Green+Blue) = 210+84+51=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D25433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25433 is #2DABCC. Grayscale: #767676. Windows color (decimal): -2993101 or 3364050. OLE color: 3364050.
HSL color Cylindrical-coordinate representation of color #D25433: hue angle of 12.45º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D25433 is Cyan = 0, Magento = 0.6, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 51 | - |
| CMYK | 0 | 0.6 | 0.76 | 0.18 |
| HSL | 12.45º | 0.64% | 0.51% | - |
| HSV(B) | 12.45º | 0.76% | 0.82% | - |
| XYZ | 30.35 | 20.28 | 5.45 | - |
| YUV | 117.91 | 90.24 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 51 | 0 | 0.6 | 0.76 | 0.18 | 12.45 | 0.64 | 0.51 |
| Hex | D2 | 54 | 33 | 0 | 3C | 4C | 12 | C | 40 | 33 |
| Octal | 322 | 124 | 63 | 0 | 74 | 114 | 22 | 14 | 100 | 63 |
| Binary | 11010010 | 1010100 | 110011 | 0 | 111100 | 1001100 | 10010 | 1100 | 1000000 | 110011 |
Color Harmonies of #D25433
Complementary color
Monochromatic Colors of #D25433
Black with #D25433
Text Example
Text Example
White with #D25433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25433; }
p { color: rgb(210,84,51); }
H1.HeaderClassName
{
color: #D25433;
}
.AnyTagClassName
{
color: #D25433;
}
</style>
background-color css
<style>
a { background-color: #D25433; }
a { background-color: rgb(210,84,51); }
div.DivClassName
{
background-color: #D25433;
}
.BgClassName
{
background-color: #D25433;
}
</style>
border-color css
<style>
span { border-color: #D25433; }
span { border-color: rgb(210,84,51); }
td.TdClassName
{
border-color: #D25433;
}
.TagClassName
{
border-color: #D25433;
}
</style>