Shades of Chilean Fire #D55F27
Tints of Chilean Fire #D55F27
RGB
CMYK
RGB Variations
Color information
#D55F27 (or 0xD55F27) is known color: Chilean Fire. HEX triplet: D5, 5F and 27. RGB value is (213,95,39). Sum of RGB (Red+Green+Blue) = 213+95+39=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55F27 is #2AA0D8. Grayscale: #7C7C7C. Windows color (decimal): -2793689 or 2580437. OLE color: 2580437.
HSL color Cylindrical-coordinate representation of color #D55F27: hue angle of 19.31º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D55F27 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 39 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.16 |
| HSL | 19.31º | 0.69% | 0.49% | - |
| HSV(B) | 19.31º | 0.82% | 0.84% | - |
| XYZ | 31.9 | 22.48 | 4.58 | - |
| YUV | 123.9 | 80.09 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 39 | 0 | 0.55 | 0.82 | 0.16 | 19.31 | 0.69 | 0.49 |
| Hex | D5 | 5F | 27 | 0 | 37 | 52 | 10 | 13 | 45 | 31 |
| Octal | 325 | 137 | 47 | 0 | 67 | 122 | 20 | 23 | 105 | 61 |
| Binary | 11010101 | 1011111 | 100111 | 0 | 110111 | 1010010 | 10000 | 10011 | 1000101 | 110001 |
Color Harmonies of #D55F27
Complementary color
Monochromatic Colors of #D55F27
Black with #D55F27
Text Example
Text Example
White with #D55F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F27; }
p { color: rgb(213,95,39); }
H1.HeaderClassName
{
color: #D55F27;
}
.AnyTagClassName
{
color: #D55F27;
}
</style>
background-color css
<style>
a { background-color: #D55F27; }
a { background-color: rgb(213,95,39); }
div.DivClassName
{
background-color: #D55F27;
}
.BgClassName
{
background-color: #D55F27;
}
</style>
border-color css
<style>
span { border-color: #D55F27; }
span { border-color: rgb(213,95,39); }
td.TdClassName
{
border-color: #D55F27;
}
.TagClassName
{
border-color: #D55F27;
}
</style>