Shades of Chilean Fire #D35235
Tints of Chilean Fire #D35235
RGB
CMYK
RGB Variations
Color information
#D35235 (or 0xD35235) is known color: Chilean Fire. HEX triplet: D3, 52 and 35. RGB value is (211,82,53). Sum of RGB (Red+Green+Blue) = 211+82+53=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D35235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35235 is #2CADCA. Grayscale: #757575. Windows color (decimal): -2928075 or 3494611. OLE color: 3494611.
HSL color Cylindrical-coordinate representation of color #D35235: hue angle of 11.01º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D35235 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 53 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.17 |
| HSL | 11.01º | 0.64% | 0.52% | - |
| HSV(B) | 11.01º | 0.75% | 0.83% | - |
| XYZ | 30.52 | 20.14 | 5.65 | - |
| YUV | 117.27 | 91.74 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 53 | 0 | 0.61 | 0.75 | 0.17 | 11.01 | 0.64 | 0.52 |
| Hex | D3 | 52 | 35 | 0 | 3D | 4B | 11 | B | 40 | 34 |
| Octal | 323 | 122 | 65 | 0 | 75 | 113 | 21 | 13 | 100 | 64 |
| Binary | 11010011 | 1010010 | 110101 | 0 | 111101 | 1001011 | 10001 | 1011 | 1000000 | 110100 |
Color Harmonies of #D35235
Complementary color
Monochromatic Colors of #D35235
Black with #D35235
Text Example
Text Example
White with #D35235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35235; }
p { color: rgb(211,82,53); }
H1.HeaderClassName
{
color: #D35235;
}
.AnyTagClassName
{
color: #D35235;
}
</style>
background-color css
<style>
a { background-color: #D35235; }
a { background-color: rgb(211,82,53); }
div.DivClassName
{
background-color: #D35235;
}
.BgClassName
{
background-color: #D35235;
}
</style>
border-color css
<style>
span { border-color: #D35235; }
span { border-color: rgb(211,82,53); }
td.TdClassName
{
border-color: #D35235;
}
.TagClassName
{
border-color: #D35235;
}
</style>