Shades of Chilean Fire #D65723
Tints of Chilean Fire #D65723
RGB
CMYK
RGB Variations
Color information
#D65723 (or 0xD65723) is known color: Chilean Fire. HEX triplet: D6, 57 and 23. RGB value is (214,87,35). Sum of RGB (Red+Green+Blue) = 214+87+35=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D65723 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65723 is #29A8DC. Grayscale: #777777. Windows color (decimal): -2730205 or 2316246. OLE color: 2316246.
HSL color Cylindrical-coordinate representation of color #D65723: hue angle of 17.43º 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 #D65723 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 35 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.16 |
| HSL | 17.43º | 0.72% | 0.49% | - |
| HSV(B) | 17.43º | 0.84% | 0.84% | - |
| XYZ | 31.44 | 21.23 | 4.03 | - |
| YUV | 119.05 | 80.58 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 35 | 0 | 0.59 | 0.84 | 0.16 | 17.43 | 0.72 | 0.49 |
| Hex | D6 | 57 | 23 | 0 | 3B | 54 | 10 | 11 | 48 | 31 |
| Octal | 326 | 127 | 43 | 0 | 73 | 124 | 20 | 21 | 110 | 61 |
| Binary | 11010110 | 1010111 | 100011 | 0 | 111011 | 1010100 | 10000 | 10001 | 1001000 | 110001 |
Color Harmonies of #D65723
Complementary color
Monochromatic Colors of #D65723
Black with #D65723
Text Example
Text Example
White with #D65723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65723; }
p { color: rgb(214,87,35); }
H1.HeaderClassName
{
color: #D65723;
}
.AnyTagClassName
{
color: #D65723;
}
</style>
background-color css
<style>
a { background-color: #D65723; }
a { background-color: rgb(214,87,35); }
div.DivClassName
{
background-color: #D65723;
}
.BgClassName
{
background-color: #D65723;
}
</style>
border-color css
<style>
span { border-color: #D65723; }
span { border-color: rgb(214,87,35); }
td.TdClassName
{
border-color: #D65723;
}
.TagClassName
{
border-color: #D65723;
}
</style>