Shades of Chilean Fire #D5511F
Tints of Chilean Fire #D5511F
RGB
CMYK
RGB Variations
Color information
#D5511F (or 0xD5511F) is known color: Chilean Fire. HEX triplet: D5, 51 and 1F. RGB value is (213,81,31). Sum of RGB (Red+Green+Blue) = 213+81+31=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5511F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5511F is #2AAEE0. Grayscale: #737373. Windows color (decimal): -2797281 or 2052565. OLE color: 2052565.
HSL color Cylindrical-coordinate representation of color #D5511F: hue angle of 16.48º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5511F is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 31 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.16 |
| HSL | 16.48º | 0.75% | 0.48% | - |
| HSV(B) | 16.48º | 0.85% | 0.84% | - |
| XYZ | 30.63 | 20.13 | 3.57 | - |
| YUV | 114.77 | 80.73 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 31 | 0 | 0.62 | 0.85 | 0.16 | 16.48 | 0.75 | 0.48 |
| Hex | D5 | 51 | 1F | 0 | 3E | 55 | 10 | 10 | 4B | 30 |
| Octal | 325 | 121 | 37 | 0 | 76 | 125 | 20 | 20 | 113 | 60 |
| Binary | 11010101 | 1010001 | 11111 | 0 | 111110 | 1010101 | 10000 | 10000 | 1001011 | 110000 |
Color Harmonies of #D5511F
Complementary color
Monochromatic Colors of #D5511F
Black with #D5511F
Text Example
Text Example
White with #D5511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5511F; }
p { color: rgb(213,81,31); }
H1.HeaderClassName
{
color: #D5511F;
}
.AnyTagClassName
{
color: #D5511F;
}
</style>
background-color css
<style>
a { background-color: #D5511F; }
a { background-color: rgb(213,81,31); }
div.DivClassName
{
background-color: #D5511F;
}
.BgClassName
{
background-color: #D5511F;
}
</style>
border-color css
<style>
span { border-color: #D5511F; }
span { border-color: rgb(213,81,31); }
td.TdClassName
{
border-color: #D5511F;
}
.TagClassName
{
border-color: #D5511F;
}
</style>