Shades of Chilean Fire #D2582D
Tints of Chilean Fire #D2582D
RGB
CMYK
RGB Variations
Color information
#D2582D (or 0xD2582D) is known color: Chilean Fire. HEX triplet: D2, 58 and 2D. RGB value is (210,88,45). Sum of RGB (Red+Green+Blue) = 210+88+45=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D2582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2582D is #2DA7D2. Grayscale: #777777. Windows color (decimal): -2992083 or 2971858. OLE color: 2971858.
HSL color Cylindrical-coordinate representation of color #D2582D: hue angle of 15.64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2582D is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 45 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.18 |
| HSL | 15.64º | 0.65% | 0.5% | - |
| HSV(B) | 15.64º | 0.79% | 0.82% | - |
| XYZ | 30.54 | 20.87 | 4.9 | - |
| YUV | 119.58 | 85.92 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 45 | 0 | 0.58 | 0.79 | 0.18 | 15.64 | 0.65 | 0.5 |
| Hex | D2 | 58 | 2D | 0 | 3A | 4F | 12 | 10 | 41 | 32 |
| Octal | 322 | 130 | 55 | 0 | 72 | 117 | 22 | 20 | 101 | 62 |
| Binary | 11010010 | 1011000 | 101101 | 0 | 111010 | 1001111 | 10010 | 10000 | 1000001 | 110010 |
Color Harmonies of #D2582D
Complementary color
Monochromatic Colors of #D2582D
Black with #D2582D
Text Example
Text Example
White with #D2582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2582D; }
p { color: rgb(210,88,45); }
H1.HeaderClassName
{
color: #D2582D;
}
.AnyTagClassName
{
color: #D2582D;
}
</style>
background-color css
<style>
a { background-color: #D2582D; }
a { background-color: rgb(210,88,45); }
div.DivClassName
{
background-color: #D2582D;
}
.BgClassName
{
background-color: #D2582D;
}
</style>
border-color css
<style>
span { border-color: #D2582D; }
span { border-color: rgb(210,88,45); }
td.TdClassName
{
border-color: #D2582D;
}
.TagClassName
{
border-color: #D2582D;
}
</style>