Shades of Chilean Fire #D55C3A
Tints of Chilean Fire #D55C3A
RGB
CMYK
RGB Variations
Color information
#D55C3A (or 0xD55C3A) is known color: Chilean Fire. HEX triplet: D5, 5C and 3A. RGB value is (213,92,58). Sum of RGB (Red+Green+Blue) = 213+92+58=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55C3A is #2AA3C5. Grayscale: #7C7C7C. Windows color (decimal): -2794438 or 3824853. OLE color: 3824853.
HSL color Cylindrical-coordinate representation of color #D55C3A: hue angle of 13.16º 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 #D55C3A is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 58 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.16 |
| HSL | 13.16º | 0.65% | 0.53% | - |
| HSV(B) | 13.16º | 0.73% | 0.84% | - |
| XYZ | 32.03 | 22.11 | 6.58 | - |
| YUV | 124.3 | 90.59 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 58 | 0 | 0.57 | 0.73 | 0.16 | 13.16 | 0.65 | 0.53 |
| Hex | D5 | 5C | 3A | 0 | 39 | 49 | 10 | D | 41 | 35 |
| Octal | 325 | 134 | 72 | 0 | 71 | 111 | 20 | 15 | 101 | 65 |
| Binary | 11010101 | 1011100 | 111010 | 0 | 111001 | 1001001 | 10000 | 1101 | 1000001 | 110101 |
Color Harmonies of #D55C3A
Complementary color
Monochromatic Colors of #D55C3A
Black with #D55C3A
Text Example
Text Example
White with #D55C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55C3A; }
p { color: rgb(213,92,58); }
H1.HeaderClassName
{
color: #D55C3A;
}
.AnyTagClassName
{
color: #D55C3A;
}
</style>
background-color css
<style>
a { background-color: #D55C3A; }
a { background-color: rgb(213,92,58); }
div.DivClassName
{
background-color: #D55C3A;
}
.BgClassName
{
background-color: #D55C3A;
}
</style>
border-color css
<style>
span { border-color: #D55C3A; }
span { border-color: rgb(213,92,58); }
td.TdClassName
{
border-color: #D55C3A;
}
.TagClassName
{
border-color: #D55C3A;
}
</style>