Shades of Chilean Fire #D55231
Tints of Chilean Fire #D55231
RGB
CMYK
RGB Variations
Color information
#D55231 (or 0xD55231) is known color: Chilean Fire. HEX triplet: D5, 52 and 31. RGB value is (213,82,49). Sum of RGB (Red+Green+Blue) = 213+82+49=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D55231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55231 is #2AADCE. Grayscale: #757575. Windows color (decimal): -2797007 or 3232469. OLE color: 3232469.
HSL color Cylindrical-coordinate representation of color #D55231: hue angle of 12.07º 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 #D55231 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 49 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.16 |
| HSL | 12.07º | 0.66% | 0.51% | - |
| HSV(B) | 12.07º | 0.77% | 0.84% | - |
| XYZ | 31.01 | 20.4 | 5.21 | - |
| YUV | 117.41 | 89.4 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 49 | 0 | 0.62 | 0.77 | 0.16 | 12.07 | 0.66 | 0.51 |
| Hex | D5 | 52 | 31 | 0 | 3E | 4D | 10 | C | 42 | 33 |
| Octal | 325 | 122 | 61 | 0 | 76 | 115 | 20 | 14 | 102 | 63 |
| Binary | 11010101 | 1010010 | 110001 | 0 | 111110 | 1001101 | 10000 | 1100 | 1000010 | 110011 |
Color Harmonies of #D55231
Complementary color
Monochromatic Colors of #D55231
Black with #D55231
Text Example
Text Example
White with #D55231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55231; }
p { color: rgb(213,82,49); }
H1.HeaderClassName
{
color: #D55231;
}
.AnyTagClassName
{
color: #D55231;
}
</style>
background-color css
<style>
a { background-color: #D55231; }
a { background-color: rgb(213,82,49); }
div.DivClassName
{
background-color: #D55231;
}
.BgClassName
{
background-color: #D55231;
}
</style>
border-color css
<style>
span { border-color: #D55231; }
span { border-color: rgb(213,82,49); }
td.TdClassName
{
border-color: #D55231;
}
.TagClassName
{
border-color: #D55231;
}
</style>