Shades of Chilean Fire #D26331
Tints of Chilean Fire #D26331
RGB
CMYK
RGB Variations
Color information
#D26331 (or 0xD26331) is known color: Chilean Fire. HEX triplet: D2, 63 and 31. RGB value is (210,99,49). Sum of RGB (Red+Green+Blue) = 210+99+49=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D26331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26331 is #2D9CCE. Grayscale: #7E7E7E. Windows color (decimal): -2989263 or 3236818. OLE color: 3236818.
HSL color Cylindrical-coordinate representation of color #D26331: hue angle of 18.63º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D26331 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 49 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.18 |
| HSL | 18.63º | 0.64% | 0.51% | - |
| HSV(B) | 18.63º | 0.77% | 0.82% | - |
| XYZ | 31.59 | 22.85 | 5.65 | - |
| YUV | 126.49 | 84.27 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 49 | 0 | 0.53 | 0.77 | 0.18 | 18.63 | 0.64 | 0.51 |
| Hex | D2 | 63 | 31 | 0 | 35 | 4D | 12 | 13 | 40 | 33 |
| Octal | 322 | 143 | 61 | 0 | 65 | 115 | 22 | 23 | 100 | 63 |
| Binary | 11010010 | 1100011 | 110001 | 0 | 110101 | 1001101 | 10010 | 10011 | 1000000 | 110011 |
Color Harmonies of #D26331
Complementary color
Monochromatic Colors of #D26331
Black with #D26331
Text Example
Text Example
White with #D26331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26331; }
p { color: rgb(210,99,49); }
H1.HeaderClassName
{
color: #D26331;
}
.AnyTagClassName
{
color: #D26331;
}
</style>
background-color css
<style>
a { background-color: #D26331; }
a { background-color: rgb(210,99,49); }
div.DivClassName
{
background-color: #D26331;
}
.BgClassName
{
background-color: #D26331;
}
</style>
border-color css
<style>
span { border-color: #D26331; }
span { border-color: rgb(210,99,49); }
td.TdClassName
{
border-color: #D26331;
}
.TagClassName
{
border-color: #D26331;
}
</style>