Shades of Fire Engine Red #C81519
Tints of Fire Engine Red #C81519
RGB
CMYK
RGB Variations
Color information
#C81519 (or 0xC81519) is known color: Fire Engine Red. HEX triplet: C8, 15 and 19. RGB value is (200,21,25). Sum of RGB (Red+Green+Blue) = 200+21+25=246 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.30% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 200 - color contains mainly: red. Hex color #C81519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81519 is #37EAE6. Grayscale: #4B4B4B. Windows color (decimal): -3664615 or 1643976. OLE color: 1643976.
HSL color Cylindrical-coordinate representation of color #C81519: hue angle of 358.66º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81519 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 25 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.22 |
| HSL | 358.66º | 0.81% | 0.43% | - |
| HSV(B) | 358.66º | 0.9% | 0.78% | - |
| XYZ | 24.26 | 12.89 | 2.13 | - |
| YUV | 74.98 | 99.8 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 25 | 0 | 0.90 | 0.88 | 0.22 | 358.66 | 0.81 | 0.43 |
| Hex | C8 | 15 | 19 | 0 | 5A | 58 | 16 | 167 | 51 | 2B |
| Octal | 310 | 25 | 31 | 0 | 132 | 130 | 26 | 547 | 121 | 53 |
| Binary | 11001000 | 10101 | 11001 | 0 | 1011010 | 1011000 | 10110 | 101100111 | 1010001 | 101011 |
Color Harmonies of #C81519
Complementary color
Monochromatic Colors of #C81519
Black with #C81519
Text Example
Text Example
White with #C81519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81519; }
p { color: rgb(200,21,25); }
H1.HeaderClassName
{
color: #C81519;
}
.AnyTagClassName
{
color: #C81519;
}
</style>
background-color css
<style>
a { background-color: #C81519; }
a { background-color: rgb(200,21,25); }
div.DivClassName
{
background-color: #C81519;
}
.BgClassName
{
background-color: #C81519;
}
</style>
border-color css
<style>
span { border-color: #C81519; }
span { border-color: rgb(200,21,25); }
td.TdClassName
{
border-color: #C81519;
}
.TagClassName
{
border-color: #C81519;
}
</style>