Shades of Chilean Fire #D35334
Tints of Chilean Fire #D35334
RGB
CMYK
RGB Variations
Color information
#D35334 (or 0xD35334) is known color: Chilean Fire. HEX triplet: D3, 53 and 34. RGB value is (211,83,52). Sum of RGB (Red+Green+Blue) = 211+83+52=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D35334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35334 is #2CACCB. Grayscale: #757575. Windows color (decimal): -2927820 or 3429331. OLE color: 3429331.
HSL color Cylindrical-coordinate representation of color #D35334: hue angle of 11.7º 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 #D35334 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 83 | 52 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.17 |
| HSL | 11.7º | 0.64% | 0.52% | - |
| HSV(B) | 11.7º | 0.75% | 0.83% | - |
| XYZ | 30.58 | 20.28 | 5.55 | - |
| YUV | 117.74 | 90.91 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 52 | 0 | 0.61 | 0.75 | 0.17 | 11.7 | 0.64 | 0.52 |
| Hex | D3 | 53 | 34 | 0 | 3D | 4B | 11 | C | 40 | 34 |
| Octal | 323 | 123 | 64 | 0 | 75 | 113 | 21 | 14 | 100 | 64 |
| Binary | 11010011 | 1010011 | 110100 | 0 | 111101 | 1001011 | 10001 | 1100 | 1000000 | 110100 |
Color Harmonies of #D35334
Complementary color
Monochromatic Colors of #D35334
Black with #D35334
Text Example
Text Example
White with #D35334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35334; }
p { color: rgb(211,83,52); }
H1.HeaderClassName
{
color: #D35334;
}
.AnyTagClassName
{
color: #D35334;
}
</style>
background-color css
<style>
a { background-color: #D35334; }
a { background-color: rgb(211,83,52); }
div.DivClassName
{
background-color: #D35334;
}
.BgClassName
{
background-color: #D35334;
}
</style>
border-color css
<style>
span { border-color: #D35334; }
span { border-color: rgb(211,83,52); }
td.TdClassName
{
border-color: #D35334;
}
.TagClassName
{
border-color: #D35334;
}
</style>