Shades of Chilean Fire #D55134
Tints of Chilean Fire #D55134
RGB
CMYK
RGB Variations
Color information
#D55134 (or 0xD55134) is known color: Chilean Fire. HEX triplet: D5, 51 and 34. RGB value is (213,81,52). Sum of RGB (Red+Green+Blue) = 213+81+52=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D55134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55134 is #2AAECB. Grayscale: #757575. Windows color (decimal): -2797260 or 3428821. OLE color: 3428821.
HSL color Cylindrical-coordinate representation of color #D55134: hue angle of 10.81º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D55134 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 52 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.16 |
| HSL | 10.81º | 0.66% | 0.52% | - |
| HSV(B) | 10.81º | 0.76% | 0.84% | - |
| XYZ | 31 | 20.28 | 5.53 | - |
| YUV | 117.16 | 91.23 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 52 | 0 | 0.62 | 0.76 | 0.16 | 10.81 | 0.66 | 0.52 |
| Hex | D5 | 51 | 34 | 0 | 3E | 4C | 10 | B | 42 | 34 |
| Octal | 325 | 121 | 64 | 0 | 76 | 114 | 20 | 13 | 102 | 64 |
| Binary | 11010101 | 1010001 | 110100 | 0 | 111110 | 1001100 | 10000 | 1011 | 1000010 | 110100 |
Color Harmonies of #D55134
Complementary color
Monochromatic Colors of #D55134
Black with #D55134
Text Example
Text Example
White with #D55134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55134; }
p { color: rgb(213,81,52); }
H1.HeaderClassName
{
color: #D55134;
}
.AnyTagClassName
{
color: #D55134;
}
</style>
background-color css
<style>
a { background-color: #D55134; }
a { background-color: rgb(213,81,52); }
div.DivClassName
{
background-color: #D55134;
}
.BgClassName
{
background-color: #D55134;
}
</style>
border-color css
<style>
span { border-color: #D55134; }
span { border-color: rgb(213,81,52); }
td.TdClassName
{
border-color: #D55134;
}
.TagClassName
{
border-color: #D55134;
}
</style>