Shades of Chilean Fire #D55C31
Tints of Chilean Fire #D55C31
RGB
CMYK
RGB Variations
Color information
#D55C31 (or 0xD55C31) is known color: Chilean Fire. HEX triplet: D5, 5C and 31. RGB value is (213,92,49). Sum of RGB (Red+Green+Blue) = 213+92+49=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55C31 is #2AA3CE. Grayscale: #7B7B7B. Windows color (decimal): -2794447 or 3235029. OLE color: 3235029.
HSL color Cylindrical-coordinate representation of color #D55C31: hue angle of 15.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D55C31 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 49 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.16 |
| HSL | 15.73º | 0.66% | 0.51% | - |
| HSV(B) | 15.73º | 0.77% | 0.84% | - |
| XYZ | 31.82 | 22.02 | 5.48 | - |
| YUV | 123.28 | 86.09 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 49 | 0 | 0.57 | 0.77 | 0.16 | 15.73 | 0.66 | 0.51 |
| Hex | D5 | 5C | 31 | 0 | 39 | 4D | 10 | 10 | 42 | 33 |
| Octal | 325 | 134 | 61 | 0 | 71 | 115 | 20 | 20 | 102 | 63 |
| Binary | 11010101 | 1011100 | 110001 | 0 | 111001 | 1001101 | 10000 | 10000 | 1000010 | 110011 |
Color Harmonies of #D55C31
Complementary color
Monochromatic Colors of #D55C31
Black with #D55C31
Text Example
Text Example
White with #D55C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55C31; }
p { color: rgb(213,92,49); }
H1.HeaderClassName
{
color: #D55C31;
}
.AnyTagClassName
{
color: #D55C31;
}
</style>
background-color css
<style>
a { background-color: #D55C31; }
a { background-color: rgb(213,92,49); }
div.DivClassName
{
background-color: #D55C31;
}
.BgClassName
{
background-color: #D55C31;
}
</style>
border-color css
<style>
span { border-color: #D55C31; }
span { border-color: rgb(213,92,49); }
td.TdClassName
{
border-color: #D55C31;
}
.TagClassName
{
border-color: #D55C31;
}
</style>