Shades of Chilean Fire #D35D37
Tints of Chilean Fire #D35D37
RGB
CMYK
RGB Variations
Color information
#D35D37 (or 0xD35D37) is known color: Chilean Fire. HEX triplet: D3, 5D and 37. RGB value is (211,93,55). Sum of RGB (Red+Green+Blue) = 211+93+55=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35D37 is #2CA2C8. Grayscale: #7C7C7C. Windows color (decimal): -2925257 or 3628499. OLE color: 3628499.
HSL color Cylindrical-coordinate representation of color #D35D37: hue angle of 14.62º 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 #D35D37 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 93 | 55 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.17 |
| HSL | 14.62º | 0.64% | 0.52% | - |
| HSV(B) | 14.62º | 0.74% | 0.83% | - |
| XYZ | 31.47 | 21.95 | 6.19 | - |
| YUV | 123.95 | 89.09 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 55 | 0 | 0.56 | 0.74 | 0.17 | 14.62 | 0.64 | 0.52 |
| Hex | D3 | 5D | 37 | 0 | 38 | 4A | 11 | F | 40 | 34 |
| Octal | 323 | 135 | 67 | 0 | 70 | 112 | 21 | 17 | 100 | 64 |
| Binary | 11010011 | 1011101 | 110111 | 0 | 111000 | 1001010 | 10001 | 1111 | 1000000 | 110100 |
Color Harmonies of #D35D37
Complementary color
Monochromatic Colors of #D35D37
Black with #D35D37
Text Example
Text Example
White with #D35D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35D37; }
p { color: rgb(211,93,55); }
H1.HeaderClassName
{
color: #D35D37;
}
.AnyTagClassName
{
color: #D35D37;
}
</style>
background-color css
<style>
a { background-color: #D35D37; }
a { background-color: rgb(211,93,55); }
div.DivClassName
{
background-color: #D35D37;
}
.BgClassName
{
background-color: #D35D37;
}
</style>
border-color css
<style>
span { border-color: #D35D37; }
span { border-color: rgb(211,93,55); }
td.TdClassName
{
border-color: #D35D37;
}
.TagClassName
{
border-color: #D35D37;
}
</style>