Shades of Chilean Fire #D35F37
Tints of Chilean Fire #D35F37
RGB
CMYK
RGB Variations
Color information
#D35F37 (or 0xD35F37) is known color: Chilean Fire. HEX triplet: D3, 5F and 37. RGB value is (211,95,55). Sum of RGB (Red+Green+Blue) = 211+95+55=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D35F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35F37 is #2CA0C8. Grayscale: #7D7D7D. Windows color (decimal): -2924745 or 3629011. OLE color: 3629011.
HSL color Cylindrical-coordinate representation of color #D35F37: hue angle of 15.38º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D35F37 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 95 | 55 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.17 |
| HSL | 15.38º | 0.64% | 0.52% | - |
| HSV(B) | 15.38º | 0.74% | 0.83% | - |
| XYZ | 31.65 | 22.31 | 6.25 | - |
| YUV | 125.12 | 88.43 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 95 | 55 | 0 | 0.55 | 0.74 | 0.17 | 15.38 | 0.64 | 0.52 |
| Hex | D3 | 5F | 37 | 0 | 37 | 4A | 11 | F | 40 | 34 |
| Octal | 323 | 137 | 67 | 0 | 67 | 112 | 21 | 17 | 100 | 64 |
| Binary | 11010011 | 1011111 | 110111 | 0 | 110111 | 1001010 | 10001 | 1111 | 1000000 | 110100 |
Color Harmonies of #D35F37
Complementary color
Monochromatic Colors of #D35F37
Black with #D35F37
Text Example
Text Example
White with #D35F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35F37; }
p { color: rgb(211,95,55); }
H1.HeaderClassName
{
color: #D35F37;
}
.AnyTagClassName
{
color: #D35F37;
}
</style>
background-color css
<style>
a { background-color: #D35F37; }
a { background-color: rgb(211,95,55); }
div.DivClassName
{
background-color: #D35F37;
}
.BgClassName
{
background-color: #D35F37;
}
</style>
border-color css
<style>
span { border-color: #D35F37; }
span { border-color: rgb(211,95,55); }
td.TdClassName
{
border-color: #D35F37;
}
.TagClassName
{
border-color: #D35F37;
}
</style>