Shades of Chilean Fire #D55F3C
Tints of Chilean Fire #D55F3C
RGB
CMYK
RGB Variations
Color information
#D55F3C (or 0xD55F3C) is known color: Chilean Fire. HEX triplet: D5, 5F and 3C. RGB value is (213,95,60). Sum of RGB (Red+Green+Blue) = 213+95+60=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55F3C is #2AA0C3. Grayscale: #7E7E7E. Windows color (decimal): -2793668 or 3956693. OLE color: 3956693.
HSL color Cylindrical-coordinate representation of color #D55F3C: hue angle of 13.73º 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 #D55F3C is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 60 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.16 |
| HSL | 13.73º | 0.65% | 0.54% | - |
| HSV(B) | 13.73º | 0.72% | 0.84% | - |
| XYZ | 32.35 | 22.66 | 6.94 | - |
| YUV | 126.29 | 90.59 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 60 | 0 | 0.55 | 0.72 | 0.16 | 13.73 | 0.65 | 0.54 |
| Hex | D5 | 5F | 3C | 0 | 37 | 48 | 10 | E | 41 | 36 |
| Octal | 325 | 137 | 74 | 0 | 67 | 110 | 20 | 16 | 101 | 66 |
| Binary | 11010101 | 1011111 | 111100 | 0 | 110111 | 1001000 | 10000 | 1110 | 1000001 | 110110 |
Color Harmonies of #D55F3C
Complementary color
Monochromatic Colors of #D55F3C
Black with #D55F3C
Text Example
Text Example
White with #D55F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F3C; }
p { color: rgb(213,95,60); }
H1.HeaderClassName
{
color: #D55F3C;
}
.AnyTagClassName
{
color: #D55F3C;
}
</style>
background-color css
<style>
a { background-color: #D55F3C; }
a { background-color: rgb(213,95,60); }
div.DivClassName
{
background-color: #D55F3C;
}
.BgClassName
{
background-color: #D55F3C;
}
</style>
border-color css
<style>
span { border-color: #D55F3C; }
span { border-color: rgb(213,95,60); }
td.TdClassName
{
border-color: #D55F3C;
}
.TagClassName
{
border-color: #D55F3C;
}
</style>