Shades of Chilean Fire #D5612B
Tints of Chilean Fire #D5612B
RGB
CMYK
RGB Variations
Color information
#D5612B (or 0xD5612B) is known color: Chilean Fire. HEX triplet: D5, 61 and 2B. RGB value is (213,97,43). Sum of RGB (Red+Green+Blue) = 213+97+43=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5612B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5612B is #2A9ED4. Grayscale: #7D7D7D. Windows color (decimal): -2793173 or 2843093. OLE color: 2843093.
HSL color Cylindrical-coordinate representation of color #D5612B: hue angle of 19.06º 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 #D5612B is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 43 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.16 |
| HSL | 19.06º | 0.67% | 0.5% | - |
| HSV(B) | 19.06º | 0.8% | 0.84% | - |
| XYZ | 32.15 | 22.87 | 5.01 | - |
| YUV | 125.53 | 81.43 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 43 | 0 | 0.54 | 0.80 | 0.16 | 19.06 | 0.67 | 0.5 |
| Hex | D5 | 61 | 2B | 0 | 36 | 50 | 10 | 13 | 43 | 32 |
| Octal | 325 | 141 | 53 | 0 | 66 | 120 | 20 | 23 | 103 | 62 |
| Binary | 11010101 | 1100001 | 101011 | 0 | 110110 | 1010000 | 10000 | 10011 | 1000011 | 110010 |
Color Harmonies of #D5612B
Complementary color
Monochromatic Colors of #D5612B
Black with #D5612B
Text Example
Text Example
White with #D5612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5612B; }
p { color: rgb(213,97,43); }
H1.HeaderClassName
{
color: #D5612B;
}
.AnyTagClassName
{
color: #D5612B;
}
</style>
background-color css
<style>
a { background-color: #D5612B; }
a { background-color: rgb(213,97,43); }
div.DivClassName
{
background-color: #D5612B;
}
.BgClassName
{
background-color: #D5612B;
}
</style>
border-color css
<style>
span { border-color: #D5612B; }
span { border-color: rgb(213,97,43); }
td.TdClassName
{
border-color: #D5612B;
}
.TagClassName
{
border-color: #D5612B;
}
</style>