Shades of Chilean Fire #D35B37
Tints of Chilean Fire #D35B37
RGB
CMYK
RGB Variations
Color information
#D35B37 (or 0xD35B37) is known color: Chilean Fire. HEX triplet: D3, 5B and 37. RGB value is (211,91,55). Sum of RGB (Red+Green+Blue) = 211+91+55=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D35B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35B37 is #2CA4C8. Grayscale: #7B7B7B. Windows color (decimal): -2925769 or 3627987. OLE color: 3627987.
HSL color Cylindrical-coordinate representation of color #D35B37: hue angle of 13.85º 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 #D35B37 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 91 | 55 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.17 |
| HSL | 13.85º | 0.64% | 0.52% | - |
| HSV(B) | 13.85º | 0.74% | 0.83% | - |
| XYZ | 31.29 | 21.61 | 6.14 | - |
| YUV | 122.78 | 89.76 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 91 | 55 | 0 | 0.57 | 0.74 | 0.17 | 13.85 | 0.64 | 0.52 |
| Hex | D3 | 5B | 37 | 0 | 39 | 4A | 11 | E | 40 | 34 |
| Octal | 323 | 133 | 67 | 0 | 71 | 112 | 21 | 16 | 100 | 64 |
| Binary | 11010011 | 1011011 | 110111 | 0 | 111001 | 1001010 | 10001 | 1110 | 1000000 | 110100 |
Color Harmonies of #D35B37
Complementary color
Monochromatic Colors of #D35B37
Black with #D35B37
Text Example
Text Example
White with #D35B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35B37; }
p { color: rgb(211,91,55); }
H1.HeaderClassName
{
color: #D35B37;
}
.AnyTagClassName
{
color: #D35B37;
}
</style>
background-color css
<style>
a { background-color: #D35B37; }
a { background-color: rgb(211,91,55); }
div.DivClassName
{
background-color: #D35B37;
}
.BgClassName
{
background-color: #D35B37;
}
</style>
border-color css
<style>
span { border-color: #D35B37; }
span { border-color: rgb(211,91,55); }
td.TdClassName
{
border-color: #D35B37;
}
.TagClassName
{
border-color: #D35B37;
}
</style>