Shades of Chilean Fire #D25335
Tints of Chilean Fire #D25335
RGB
CMYK
RGB Variations
Color information
#D25335 (or 0xD25335) is known color: Chilean Fire. HEX triplet: D2, 53 and 35. RGB value is (210,83,53). Sum of RGB (Red+Green+Blue) = 210+83+53=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D25335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25335 is #2DACCA. Grayscale: #757575. Windows color (decimal): -2993355 or 3494866. OLE color: 3494866.
HSL color Cylindrical-coordinate representation of color #D25335: hue angle of 11.46º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D25335 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 53 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.18 |
| HSL | 11.46º | 0.64% | 0.52% | - |
| HSV(B) | 11.46º | 0.75% | 0.82% | - |
| XYZ | 30.31 | 20.15 | 5.66 | - |
| YUV | 117.55 | 91.58 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 53 | 0 | 0.60 | 0.75 | 0.18 | 11.46 | 0.64 | 0.52 |
| Hex | D2 | 53 | 35 | 0 | 3C | 4B | 12 | B | 40 | 34 |
| Octal | 322 | 123 | 65 | 0 | 74 | 113 | 22 | 13 | 100 | 64 |
| Binary | 11010010 | 1010011 | 110101 | 0 | 111100 | 1001011 | 10010 | 1011 | 1000000 | 110100 |
Color Harmonies of #D25335
Complementary color
Monochromatic Colors of #D25335
Black with #D25335
Text Example
Text Example
White with #D25335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25335; }
p { color: rgb(210,83,53); }
H1.HeaderClassName
{
color: #D25335;
}
.AnyTagClassName
{
color: #D25335;
}
</style>
background-color css
<style>
a { background-color: #D25335; }
a { background-color: rgb(210,83,53); }
div.DivClassName
{
background-color: #D25335;
}
.BgClassName
{
background-color: #D25335;
}
</style>
border-color css
<style>
span { border-color: #D25335; }
span { border-color: rgb(210,83,53); }
td.TdClassName
{
border-color: #D25335;
}
.TagClassName
{
border-color: #D25335;
}
</style>