Shades of Chilean Fire #D55A3A
Tints of Chilean Fire #D55A3A
RGB
CMYK
RGB Variations
Color information
#D55A3A (or 0xD55A3A) is known color: Chilean Fire. HEX triplet: D5, 5A and 3A. RGB value is (213,90,58). Sum of RGB (Red+Green+Blue) = 213+90+58=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A3A is #2AA5C5. Grayscale: #7B7B7B. Windows color (decimal): -2794950 or 3824341. OLE color: 3824341.
HSL color Cylindrical-coordinate representation of color #D55A3A: hue angle of 12.39º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D55A3A is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 58 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.16 |
| HSL | 12.39º | 0.65% | 0.53% | - |
| HSV(B) | 12.39º | 0.73% | 0.84% | - |
| XYZ | 31.86 | 21.76 | 6.52 | - |
| YUV | 123.13 | 91.25 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 58 | 0 | 0.58 | 0.73 | 0.16 | 12.39 | 0.65 | 0.53 |
| Hex | D5 | 5A | 3A | 0 | 3A | 49 | 10 | C | 41 | 35 |
| Octal | 325 | 132 | 72 | 0 | 72 | 111 | 20 | 14 | 101 | 65 |
| Binary | 11010101 | 1011010 | 111010 | 0 | 111010 | 1001001 | 10000 | 1100 | 1000001 | 110101 |
Color Harmonies of #D55A3A
Complementary color
Monochromatic Colors of #D55A3A
Black with #D55A3A
Text Example
Text Example
White with #D55A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55A3A; }
p { color: rgb(213,90,58); }
H1.HeaderClassName
{
color: #D55A3A;
}
.AnyTagClassName
{
color: #D55A3A;
}
</style>
background-color css
<style>
a { background-color: #D55A3A; }
a { background-color: rgb(213,90,58); }
div.DivClassName
{
background-color: #D55A3A;
}
.BgClassName
{
background-color: #D55A3A;
}
</style>
border-color css
<style>
span { border-color: #D55A3A; }
span { border-color: rgb(213,90,58); }
td.TdClassName
{
border-color: #D55A3A;
}
.TagClassName
{
border-color: #D55A3A;
}
</style>