Shades of Chilean Fire #D5512A
Tints of Chilean Fire #D5512A
RGB
CMYK
RGB Variations
Color information
#D5512A (or 0xD5512A) is known color: Chilean Fire. HEX triplet: D5, 51 and 2A. RGB value is (213,81,42). Sum of RGB (Red+Green+Blue) = 213+81+42=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D5512A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5512A is #2AAED5. Grayscale: #747474. Windows color (decimal): -2797270 or 2773461. OLE color: 2773461.
HSL color Cylindrical-coordinate representation of color #D5512A: hue angle of 13.68º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5512A is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 42 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.16 |
| HSL | 13.68º | 0.67% | 0.5% | - |
| HSV(B) | 13.68º | 0.8% | 0.84% | - |
| XYZ | 30.8 | 20.2 | 4.47 | - |
| YUV | 116.02 | 86.23 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 42 | 0 | 0.62 | 0.80 | 0.16 | 13.68 | 0.67 | 0.5 |
| Hex | D5 | 51 | 2A | 0 | 3E | 50 | 10 | E | 43 | 32 |
| Octal | 325 | 121 | 52 | 0 | 76 | 120 | 20 | 16 | 103 | 62 |
| Binary | 11010101 | 1010001 | 101010 | 0 | 111110 | 1010000 | 10000 | 1110 | 1000011 | 110010 |
Color Harmonies of #D5512A
Complementary color
Monochromatic Colors of #D5512A
Black with #D5512A
Text Example
Text Example
White with #D5512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5512A; }
p { color: rgb(213,81,42); }
H1.HeaderClassName
{
color: #D5512A;
}
.AnyTagClassName
{
color: #D5512A;
}
</style>
background-color css
<style>
a { background-color: #D5512A; }
a { background-color: rgb(213,81,42); }
div.DivClassName
{
background-color: #D5512A;
}
.BgClassName
{
background-color: #D5512A;
}
</style>
border-color css
<style>
span { border-color: #D5512A; }
span { border-color: rgb(213,81,42); }
td.TdClassName
{
border-color: #D5512A;
}
.TagClassName
{
border-color: #D5512A;
}
</style>