Shades of Chilean Fire #D55A34
Tints of Chilean Fire #D55A34
RGB
CMYK
RGB Variations
Color information
#D55A34 (or 0xD55A34) is known color: Chilean Fire. HEX triplet: D5, 5A and 34. RGB value is (213,90,52). Sum of RGB (Red+Green+Blue) = 213+90+52=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A34 is #2AA5CB. Grayscale: #7A7A7A. Windows color (decimal): -2794956 or 3431125. OLE color: 3431125.
HSL color Cylindrical-coordinate representation of color #D55A34: hue angle of 14.16º 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 #D55A34 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 52 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.16 |
| HSL | 14.16º | 0.66% | 0.52% | - |
| HSV(B) | 14.16º | 0.76% | 0.84% | - |
| XYZ | 31.72 | 21.71 | 5.77 | - |
| YUV | 122.45 | 88.25 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 52 | 0 | 0.58 | 0.76 | 0.16 | 14.16 | 0.66 | 0.52 |
| Hex | D5 | 5A | 34 | 0 | 3A | 4C | 10 | E | 42 | 34 |
| Octal | 325 | 132 | 64 | 0 | 72 | 114 | 20 | 16 | 102 | 64 |
| Binary | 11010101 | 1011010 | 110100 | 0 | 111010 | 1001100 | 10000 | 1110 | 1000010 | 110100 |
Color Harmonies of #D55A34
Complementary color
Monochromatic Colors of #D55A34
Black with #D55A34
Text Example
Text Example
White with #D55A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55A34; }
p { color: rgb(213,90,52); }
H1.HeaderClassName
{
color: #D55A34;
}
.AnyTagClassName
{
color: #D55A34;
}
</style>
background-color css
<style>
a { background-color: #D55A34; }
a { background-color: rgb(213,90,52); }
div.DivClassName
{
background-color: #D55A34;
}
.BgClassName
{
background-color: #D55A34;
}
</style>
border-color css
<style>
span { border-color: #D55A34; }
span { border-color: rgb(213,90,52); }
td.TdClassName
{
border-color: #D55A34;
}
.TagClassName
{
border-color: #D55A34;
}
</style>