Shades of Chilean Fire #C8582B
Tints of Chilean Fire #C8582B
RGB
CMYK
RGB Variations
Color information
#C8582B (or 0xC8582B) is known color: Chilean Fire. HEX triplet: C8, 58 and 2B. RGB value is (200,88,43). Sum of RGB (Red+Green+Blue) = 200+88+43=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8582B is #37A7D4. Grayscale: #747474. Windows color (decimal): -3647445 or 2840776. OLE color: 2840776.
HSL color Cylindrical-coordinate representation of color #C8582B: hue angle of 17.2º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8582B is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 43 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.22 |
| HSL | 17.2º | 0.65% | 0.48% | - |
| HSV(B) | 17.2º | 0.79% | 0.78% | - |
| XYZ | 27.75 | 19.43 | 4.57 | - |
| YUV | 116.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 43 | 0 | 0.56 | 0.78 | 0.22 | 17.2 | 0.65 | 0.48 |
| Hex | C8 | 58 | 2B | 0 | 38 | 4E | 16 | 11 | 41 | 30 |
| Octal | 310 | 130 | 53 | 0 | 70 | 116 | 26 | 21 | 101 | 60 |
| Binary | 11001000 | 1011000 | 101011 | 0 | 111000 | 1001110 | 10110 | 10001 | 1000001 | 110000 |
Color Harmonies of #C8582B
Complementary color
Monochromatic Colors of #C8582B
Black with #C8582B
Text Example
Text Example
White with #C8582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8582B; }
p { color: rgb(200,88,43); }
H1.HeaderClassName
{
color: #C8582B;
}
.AnyTagClassName
{
color: #C8582B;
}
</style>
background-color css
<style>
a { background-color: #C8582B; }
a { background-color: rgb(200,88,43); }
div.DivClassName
{
background-color: #C8582B;
}
.BgClassName
{
background-color: #C8582B;
}
</style>
border-color css
<style>
span { border-color: #C8582B; }
span { border-color: rgb(200,88,43); }
td.TdClassName
{
border-color: #C8582B;
}
.TagClassName
{
border-color: #C8582B;
}
</style>