Shades of Chilean Fire #D2583B
Tints of Chilean Fire #D2583B
RGB
CMYK
RGB Variations
Color information
#D2583B (or 0xD2583B) is known color: Chilean Fire. HEX triplet: D2, 58 and 3B. RGB value is (210,88,59). Sum of RGB (Red+Green+Blue) = 210+88+59=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2583B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2583B is #2DA7C4. Grayscale: #797979. Windows color (decimal): -2992069 or 3889362. OLE color: 3889362.
HSL color Cylindrical-coordinate representation of color #D2583B: hue angle of 11.52º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2583B is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 59 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.18 |
| HSL | 11.52º | 0.63% | 0.53% | - |
| HSV(B) | 11.52º | 0.72% | 0.82% | - |
| XYZ | 30.86 | 21 | 6.56 | - |
| YUV | 121.17 | 92.92 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 59 | 0 | 0.58 | 0.72 | 0.18 | 11.52 | 0.63 | 0.53 |
| Hex | D2 | 58 | 3B | 0 | 3A | 48 | 12 | C | 3F | 35 |
| Octal | 322 | 130 | 73 | 0 | 72 | 110 | 22 | 14 | 77 | 65 |
| Binary | 11010010 | 1011000 | 111011 | 0 | 111010 | 1001000 | 10010 | 1100 | 111111 | 110101 |
Color Harmonies of #D2583B
Complementary color
Monochromatic Colors of #D2583B
Black with #D2583B
Text Example
Text Example
White with #D2583B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2583B; }
p { color: rgb(210,88,59); }
H1.HeaderClassName
{
color: #D2583B;
}
.AnyTagClassName
{
color: #D2583B;
}
</style>
background-color css
<style>
a { background-color: #D2583B; }
a { background-color: rgb(210,88,59); }
div.DivClassName
{
background-color: #D2583B;
}
.BgClassName
{
background-color: #D2583B;
}
</style>
border-color css
<style>
span { border-color: #D2583B; }
span { border-color: rgb(210,88,59); }
td.TdClassName
{
border-color: #D2583B;
}
.TagClassName
{
border-color: #D2583B;
}
</style>