Shades of Chilean Fire #D55A3C
Tints of Chilean Fire #D55A3C
RGB
CMYK
RGB Variations
Color information
#D55A3C (or 0xD55A3C) is known color: Chilean Fire. HEX triplet: D5, 5A and 3C. RGB value is (213,90,60). Sum of RGB (Red+Green+Blue) = 213+90+60=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A3C is #2AA5C3. Grayscale: #7B7B7B. Windows color (decimal): -2794948 or 3955413. OLE color: 3955413.
HSL color Cylindrical-coordinate representation of color #D55A3C: hue angle of 11.76º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D55A3C is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 60 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.16 |
| HSL | 11.76º | 0.65% | 0.54% | - |
| HSV(B) | 11.76º | 0.72% | 0.84% | - |
| XYZ | 31.91 | 21.78 | 6.8 | - |
| YUV | 123.36 | 92.25 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 60 | 0 | 0.58 | 0.72 | 0.16 | 11.76 | 0.65 | 0.54 |
| Hex | D5 | 5A | 3C | 0 | 3A | 48 | 10 | C | 41 | 36 |
| Octal | 325 | 132 | 74 | 0 | 72 | 110 | 20 | 14 | 101 | 66 |
| Binary | 11010101 | 1011010 | 111100 | 0 | 111010 | 1001000 | 10000 | 1100 | 1000001 | 110110 |
Color Harmonies of #D55A3C
Complementary color
Monochromatic Colors of #D55A3C
Black with #D55A3C
Text Example
Text Example
White with #D55A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55A3C; }
p { color: rgb(213,90,60); }
H1.HeaderClassName
{
color: #D55A3C;
}
.AnyTagClassName
{
color: #D55A3C;
}
</style>
background-color css
<style>
a { background-color: #D55A3C; }
a { background-color: rgb(213,90,60); }
div.DivClassName
{
background-color: #D55A3C;
}
.BgClassName
{
background-color: #D55A3C;
}
</style>
border-color css
<style>
span { border-color: #D55A3C; }
span { border-color: rgb(213,90,60); }
td.TdClassName
{
border-color: #D55A3C;
}
.TagClassName
{
border-color: #D55A3C;
}
</style>