Shades of Chilean Fire #D55E34
Tints of Chilean Fire #D55E34
RGB
CMYK
RGB Variations
Color information
#D55E34 (or 0xD55E34) is known color: Chilean Fire. HEX triplet: D5, 5E and 34. RGB value is (213,94,52). Sum of RGB (Red+Green+Blue) = 213+94+52=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55E34 is #2AA1CB. Grayscale: #7D7D7D. Windows color (decimal): -2793932 or 3432149. OLE color: 3432149.
HSL color Cylindrical-coordinate representation of color #D55E34: hue angle of 15.65º 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 #D55E34 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 52 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.16 |
| HSL | 15.65º | 0.66% | 0.52% | - |
| HSV(B) | 15.65º | 0.76% | 0.84% | - |
| XYZ | 32.06 | 22.4 | 5.88 | - |
| YUV | 124.79 | 86.92 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 52 | 0 | 0.56 | 0.76 | 0.16 | 15.65 | 0.66 | 0.52 |
| Hex | D5 | 5E | 34 | 0 | 38 | 4C | 10 | 10 | 42 | 34 |
| Octal | 325 | 136 | 64 | 0 | 70 | 114 | 20 | 20 | 102 | 64 |
| Binary | 11010101 | 1011110 | 110100 | 0 | 111000 | 1001100 | 10000 | 10000 | 1000010 | 110100 |
Color Harmonies of #D55E34
Complementary color
Monochromatic Colors of #D55E34
Black with #D55E34
Text Example
Text Example
White with #D55E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55E34; }
p { color: rgb(213,94,52); }
H1.HeaderClassName
{
color: #D55E34;
}
.AnyTagClassName
{
color: #D55E34;
}
</style>
background-color css
<style>
a { background-color: #D55E34; }
a { background-color: rgb(213,94,52); }
div.DivClassName
{
background-color: #D55E34;
}
.BgClassName
{
background-color: #D55E34;
}
</style>
border-color css
<style>
span { border-color: #D55E34; }
span { border-color: rgb(213,94,52); }
td.TdClassName
{
border-color: #D55E34;
}
.TagClassName
{
border-color: #D55E34;
}
</style>