Shades of Fire Engine Red #C8082B
Tints of Fire Engine Red #C8082B
RGB
CMYK
RGB Variations
Color information
#C8082B (or 0xC8082B) is known color: Fire Engine Red. HEX triplet: C8, 08 and 2B. RGB value is (200,8,43). Sum of RGB (Red+Green+Blue) = 200+8+43=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C8082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8082B is #37F7D4. Grayscale: #454545. Windows color (decimal): -3667925 or 2820296. OLE color: 2820296.
HSL color Cylindrical-coordinate representation of color #C8082B: hue angle of 349.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8082B is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 43 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.22 |
| HSL | 349.06º | 0.92% | 0.41% | - |
| HSV(B) | 349.06º | 0.96% | 0.78% | - |
| XYZ | 24.34 | 12.63 | 3.44 | - |
| YUV | 69.4 | 113.11 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 43 | 0 | 0.96 | 0.78 | 0.22 | 349.06 | 0.92 | 0.41 |
| Hex | C8 | 8 | 2B | 0 | 60 | 4E | 16 | 15D | 5C | 29 |
| Octal | 310 | 10 | 53 | 0 | 140 | 116 | 26 | 535 | 134 | 51 |
| Binary | 11001000 | 1000 | 101011 | 0 | 1100000 | 1001110 | 10110 | 101011101 | 1011100 | 101001 |
Color Harmonies of #C8082B
Complementary color
Monochromatic Colors of #C8082B
Black with #C8082B
Text Example
Text Example
White with #C8082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8082B; }
p { color: rgb(200,8,43); }
H1.HeaderClassName
{
color: #C8082B;
}
.AnyTagClassName
{
color: #C8082B;
}
</style>
background-color css
<style>
a { background-color: #C8082B; }
a { background-color: rgb(200,8,43); }
div.DivClassName
{
background-color: #C8082B;
}
.BgClassName
{
background-color: #C8082B;
}
</style>
border-color css
<style>
span { border-color: #C8082B; }
span { border-color: rgb(200,8,43); }
td.TdClassName
{
border-color: #C8082B;
}
.TagClassName
{
border-color: #C8082B;
}
</style>