Shades of Chilean Fire #D55723
Tints of Chilean Fire #D55723
RGB
CMYK
RGB Variations
Color information
#D55723 (or 0xD55723) is known color: Chilean Fire. HEX triplet: D5, 57 and 23. RGB value is (213,87,35). Sum of RGB (Red+Green+Blue) = 213+87+35=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D55723 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55723 is #2AA8DC. Grayscale: #777777. Windows color (decimal): -2795741 or 2316245. OLE color: 2316245.
HSL color Cylindrical-coordinate representation of color #D55723: hue angle of 17.53º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D55723 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 35 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.16 |
| HSL | 17.53º | 0.72% | 0.49% | - |
| HSV(B) | 17.53º | 0.84% | 0.84% | - |
| XYZ | 31.15 | 21.08 | 4.02 | - |
| YUV | 118.75 | 80.74 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 35 | 0 | 0.59 | 0.84 | 0.16 | 17.53 | 0.72 | 0.49 |
| Hex | D5 | 57 | 23 | 0 | 3B | 54 | 10 | 12 | 48 | 31 |
| Octal | 325 | 127 | 43 | 0 | 73 | 124 | 20 | 22 | 110 | 61 |
| Binary | 11010101 | 1010111 | 100011 | 0 | 111011 | 1010100 | 10000 | 10010 | 1001000 | 110001 |
Color Harmonies of #D55723
Complementary color
Monochromatic Colors of #D55723
Black with #D55723
Text Example
Text Example
White with #D55723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55723; }
p { color: rgb(213,87,35); }
H1.HeaderClassName
{
color: #D55723;
}
.AnyTagClassName
{
color: #D55723;
}
</style>
background-color css
<style>
a { background-color: #D55723; }
a { background-color: rgb(213,87,35); }
div.DivClassName
{
background-color: #D55723;
}
.BgClassName
{
background-color: #D55723;
}
</style>
border-color css
<style>
span { border-color: #D55723; }
span { border-color: rgb(213,87,35); }
td.TdClassName
{
border-color: #D55723;
}
.TagClassName
{
border-color: #D55723;
}
</style>