Shades of Chilean Fire #D55C28
Tints of Chilean Fire #D55C28
RGB
CMYK
RGB Variations
Color information
#D55C28 (or 0xD55C28) is known color: Chilean Fire. HEX triplet: D5, 5C and 28. RGB value is (213,92,40). Sum of RGB (Red+Green+Blue) = 213+92+40=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55C28 is #2AA3D7. Grayscale: #7A7A7A. Windows color (decimal): -2794456 or 2645205. OLE color: 2645205.
HSL color Cylindrical-coordinate representation of color #D55C28: hue angle of 18.03º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D55C28 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 40 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.16 |
| HSL | 18.03º | 0.68% | 0.5% | - |
| HSV(B) | 18.03º | 0.81% | 0.84% | - |
| XYZ | 31.65 | 21.95 | 4.58 | - |
| YUV | 122.25 | 81.59 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 40 | 0 | 0.57 | 0.81 | 0.16 | 18.03 | 0.68 | 0.5 |
| Hex | D5 | 5C | 28 | 0 | 39 | 51 | 10 | 12 | 44 | 32 |
| Octal | 325 | 134 | 50 | 0 | 71 | 121 | 20 | 22 | 104 | 62 |
| Binary | 11010101 | 1011100 | 101000 | 0 | 111001 | 1010001 | 10000 | 10010 | 1000100 | 110010 |
Color Harmonies of #D55C28
Complementary color
Monochromatic Colors of #D55C28
Black with #D55C28
Text Example
Text Example
White with #D55C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55C28; }
p { color: rgb(213,92,40); }
H1.HeaderClassName
{
color: #D55C28;
}
.AnyTagClassName
{
color: #D55C28;
}
</style>
background-color css
<style>
a { background-color: #D55C28; }
a { background-color: rgb(213,92,40); }
div.DivClassName
{
background-color: #D55C28;
}
.BgClassName
{
background-color: #D55C28;
}
</style>
border-color css
<style>
span { border-color: #D55C28; }
span { border-color: rgb(213,92,40); }
td.TdClassName
{
border-color: #D55C28;
}
.TagClassName
{
border-color: #D55C28;
}
</style>