Shades of Chilean Fire #D35F31
Tints of Chilean Fire #D35F31
RGB
CMYK
RGB Variations
Color information
#D35F31 (or 0xD35F31) is known color: Chilean Fire. HEX triplet: D3, 5F and 31. RGB value is (211,95,49). Sum of RGB (Red+Green+Blue) = 211+95+49=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D35F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35F31 is #2CA0CE. Grayscale: #7C7C7C. Windows color (decimal): -2924751 or 3235795. OLE color: 3235795.
HSL color Cylindrical-coordinate representation of color #D35F31: hue angle of 17.04º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D35F31 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 95 | 49 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.17 |
| HSL | 17.04º | 0.65% | 0.51% | - |
| HSV(B) | 17.04º | 0.77% | 0.83% | - |
| XYZ | 31.51 | 22.26 | 5.54 | - |
| YUV | 124.44 | 85.43 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 95 | 49 | 0 | 0.55 | 0.77 | 0.17 | 17.04 | 0.65 | 0.51 |
| Hex | D3 | 5F | 31 | 0 | 37 | 4D | 11 | 11 | 41 | 33 |
| Octal | 323 | 137 | 61 | 0 | 67 | 115 | 21 | 21 | 101 | 63 |
| Binary | 11010011 | 1011111 | 110001 | 0 | 110111 | 1001101 | 10001 | 10001 | 1000001 | 110011 |
Color Harmonies of #D35F31
Complementary color
Monochromatic Colors of #D35F31
Black with #D35F31
Text Example
Text Example
White with #D35F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35F31; }
p { color: rgb(211,95,49); }
H1.HeaderClassName
{
color: #D35F31;
}
.AnyTagClassName
{
color: #D35F31;
}
</style>
background-color css
<style>
a { background-color: #D35F31; }
a { background-color: rgb(211,95,49); }
div.DivClassName
{
background-color: #D35F31;
}
.BgClassName
{
background-color: #D35F31;
}
</style>
border-color css
<style>
span { border-color: #D35F31; }
span { border-color: rgb(211,95,49); }
td.TdClassName
{
border-color: #D35F31;
}
.TagClassName
{
border-color: #D35F31;
}
</style>