Shades of Chilean Fire #D0582B
Tints of Chilean Fire #D0582B
RGB
CMYK
RGB Variations
Color information
#D0582B (or 0xD0582B) is known color: Chilean Fire. HEX triplet: D0, 58 and 2B. RGB value is (208,88,43). Sum of RGB (Red+Green+Blue) = 208+88+43=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0582B is #2FA7D4. Grayscale: #777777. Windows color (decimal): -3123157 or 2840784. OLE color: 2840784.
HSL color Cylindrical-coordinate representation of color #D0582B: hue angle of 16.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0582B is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 43 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.18 |
| HSL | 16.36º | 0.66% | 0.49% | - |
| HSV(B) | 16.36º | 0.79% | 0.82% | - |
| XYZ | 29.94 | 20.56 | 4.68 | - |
| YUV | 118.75 | 85.26 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 43 | 0 | 0.58 | 0.79 | 0.18 | 16.36 | 0.66 | 0.49 |
| Hex | D0 | 58 | 2B | 0 | 3A | 4F | 12 | 10 | 42 | 31 |
| Octal | 320 | 130 | 53 | 0 | 72 | 117 | 22 | 20 | 102 | 61 |
| Binary | 11010000 | 1011000 | 101011 | 0 | 111010 | 1001111 | 10010 | 10000 | 1000010 | 110001 |
Color Harmonies of #D0582B
Complementary color
Monochromatic Colors of #D0582B
Black with #D0582B
Text Example
Text Example
White with #D0582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0582B; }
p { color: rgb(208,88,43); }
H1.HeaderClassName
{
color: #D0582B;
}
.AnyTagClassName
{
color: #D0582B;
}
</style>
background-color css
<style>
a { background-color: #D0582B; }
a { background-color: rgb(208,88,43); }
div.DivClassName
{
background-color: #D0582B;
}
.BgClassName
{
background-color: #D0582B;
}
</style>
border-color css
<style>
span { border-color: #D0582B; }
span { border-color: rgb(208,88,43); }
td.TdClassName
{
border-color: #D0582B;
}
.TagClassName
{
border-color: #D0582B;
}
</style>