Shades of Chilean Fire #D35C34
Tints of Chilean Fire #D35C34
RGB
CMYK
RGB Variations
Color information
#D35C34 (or 0xD35C34) is known color: Chilean Fire. HEX triplet: D3, 5C and 34. RGB value is (211,92,52). Sum of RGB (Red+Green+Blue) = 211+92+52=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35C34 is #2CA3CB. Grayscale: #7B7B7B. Windows color (decimal): -2925516 or 3431635. OLE color: 3431635.
HSL color Cylindrical-coordinate representation of color #D35C34: hue angle of 15.09º 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 #D35C34 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 92 | 52 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.17 |
| HSL | 15.09º | 0.64% | 0.52% | - |
| HSV(B) | 15.09º | 0.75% | 0.83% | - |
| XYZ | 31.31 | 21.75 | 5.8 | - |
| YUV | 123.02 | 87.92 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 92 | 52 | 0 | 0.56 | 0.75 | 0.17 | 15.09 | 0.64 | 0.52 |
| Hex | D3 | 5C | 34 | 0 | 38 | 4B | 11 | F | 40 | 34 |
| Octal | 323 | 134 | 64 | 0 | 70 | 113 | 21 | 17 | 100 | 64 |
| Binary | 11010011 | 1011100 | 110100 | 0 | 111000 | 1001011 | 10001 | 1111 | 1000000 | 110100 |
Color Harmonies of #D35C34
Complementary color
Monochromatic Colors of #D35C34
Black with #D35C34
Text Example
Text Example
White with #D35C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35C34; }
p { color: rgb(211,92,52); }
H1.HeaderClassName
{
color: #D35C34;
}
.AnyTagClassName
{
color: #D35C34;
}
</style>
background-color css
<style>
a { background-color: #D35C34; }
a { background-color: rgb(211,92,52); }
div.DivClassName
{
background-color: #D35C34;
}
.BgClassName
{
background-color: #D35C34;
}
</style>
border-color css
<style>
span { border-color: #D35C34; }
span { border-color: rgb(211,92,52); }
td.TdClassName
{
border-color: #D35C34;
}
.TagClassName
{
border-color: #D35C34;
}
</style>