Shades of Fire Engine Red #C0082B
Tints of Fire Engine Red #C0082B
RGB
CMYK
RGB Variations
Color information
#C0082B (or 0xC0082B) is known color: Fire Engine Red. HEX triplet: C0, 08 and 2B. RGB value is (192,8,43). Sum of RGB (Red+Green+Blue) = 192+8+43=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C0082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0082B is #3FF7D4. Grayscale: #434343. Windows color (decimal): -4192213 or 2820288. OLE color: 2820288.
HSL color Cylindrical-coordinate representation of color #C0082B: hue angle of 348.59º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0082B is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 43 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.25 |
| HSL | 348.59º | 0.92% | 0.39% | - |
| HSV(B) | 348.59º | 0.96% | 0.75% | - |
| XYZ | 22.26 | 11.55 | 3.34 | - |
| YUV | 67.01 | 114.46 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 43 | 0 | 0.96 | 0.78 | 0.25 | 348.59 | 0.92 | 0.39 |
| Hex | C0 | 8 | 2B | 0 | 60 | 4E | 19 | 15D | 5C | 27 |
| Octal | 300 | 10 | 53 | 0 | 140 | 116 | 31 | 535 | 134 | 47 |
| Binary | 11000000 | 1000 | 101011 | 0 | 1100000 | 1001110 | 11001 | 101011101 | 1011100 | 100111 |
Color Harmonies of #C0082B
Complementary color
Monochromatic Colors of #C0082B
Black with #C0082B
Text Example
Text Example
White with #C0082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0082B; }
p { color: rgb(192,8,43); }
H1.HeaderClassName
{
color: #C0082B;
}
.AnyTagClassName
{
color: #C0082B;
}
</style>
background-color css
<style>
a { background-color: #C0082B; }
a { background-color: rgb(192,8,43); }
div.DivClassName
{
background-color: #C0082B;
}
.BgClassName
{
background-color: #C0082B;
}
</style>
border-color css
<style>
span { border-color: #C0082B; }
span { border-color: rgb(192,8,43); }
td.TdClassName
{
border-color: #C0082B;
}
.TagClassName
{
border-color: #C0082B;
}
</style>