Shades of Chilean Fire #D35823
Tints of Chilean Fire #D35823
RGB
CMYK
RGB Variations
Color information
#D35823 (or 0xD35823) is known color: Chilean Fire. HEX triplet: D3, 58 and 23. RGB value is (211,88,35). Sum of RGB (Red+Green+Blue) = 211+88+35=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D35823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35823 is #2CA7DC. Grayscale: #777777. Windows color (decimal): -2926557 or 2316499. OLE color: 2316499.
HSL color Cylindrical-coordinate representation of color #D35823: hue angle of 18.07º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D35823 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 88 | 35 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.17 |
| HSL | 18.07º | 0.72% | 0.48% | - |
| HSV(B) | 18.07º | 0.83% | 0.83% | - |
| XYZ | 30.66 | 20.95 | 4.02 | - |
| YUV | 118.74 | 80.75 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 35 | 0 | 0.58 | 0.83 | 0.17 | 18.07 | 0.72 | 0.48 |
| Hex | D3 | 58 | 23 | 0 | 3A | 53 | 11 | 12 | 48 | 30 |
| Octal | 323 | 130 | 43 | 0 | 72 | 123 | 21 | 22 | 110 | 60 |
| Binary | 11010011 | 1011000 | 100011 | 0 | 111010 | 1010011 | 10001 | 10010 | 1001000 | 110000 |
Color Harmonies of #D35823
Complementary color
Monochromatic Colors of #D35823
Black with #D35823
Text Example
Text Example
White with #D35823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35823; }
p { color: rgb(211,88,35); }
H1.HeaderClassName
{
color: #D35823;
}
.AnyTagClassName
{
color: #D35823;
}
</style>
background-color css
<style>
a { background-color: #D35823; }
a { background-color: rgb(211,88,35); }
div.DivClassName
{
background-color: #D35823;
}
.BgClassName
{
background-color: #D35823;
}
</style>
border-color css
<style>
span { border-color: #D35823; }
span { border-color: rgb(211,88,35); }
td.TdClassName
{
border-color: #D35823;
}
.TagClassName
{
border-color: #D35823;
}
</style>