Shades of Fire Engine Red #C8151A
Tints of Fire Engine Red #C8151A
RGB
CMYK
RGB Variations
Color information
#C8151A (or 0xC8151A) is known color: Fire Engine Red. HEX triplet: C8, 15 and 1A. RGB value is (200,21,26). Sum of RGB (Red+Green+Blue) = 200+21+26=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C8151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8151A is #37EAE5. Grayscale: #4B4B4B. Windows color (decimal): -3664614 or 1709512. OLE color: 1709512.
HSL color Cylindrical-coordinate representation of color #C8151A: hue angle of 358.32º 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 #C8151A is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 26 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.22 |
| HSL | 358.32º | 0.81% | 0.43% | - |
| HSV(B) | 358.32º | 0.9% | 0.78% | - |
| XYZ | 24.27 | 12.89 | 2.19 | - |
| YUV | 75.09 | 100.3 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 26 | 0 | 0.90 | 0.87 | 0.22 | 358.32 | 0.81 | 0.43 |
| Hex | C8 | 15 | 1A | 0 | 5A | 57 | 16 | 166 | 51 | 2B |
| Octal | 310 | 25 | 32 | 0 | 132 | 127 | 26 | 546 | 121 | 53 |
| Binary | 11001000 | 10101 | 11010 | 0 | 1011010 | 1010111 | 10110 | 101100110 | 1010001 | 101011 |
Color Harmonies of #C8151A
Complementary color
Monochromatic Colors of #C8151A
Black with #C8151A
Text Example
Text Example
White with #C8151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8151A; }
p { color: rgb(200,21,26); }
H1.HeaderClassName
{
color: #C8151A;
}
.AnyTagClassName
{
color: #C8151A;
}
</style>
background-color css
<style>
a { background-color: #C8151A; }
a { background-color: rgb(200,21,26); }
div.DivClassName
{
background-color: #C8151A;
}
.BgClassName
{
background-color: #C8151A;
}
</style>
border-color css
<style>
span { border-color: #C8151A; }
span { border-color: rgb(200,21,26); }
td.TdClassName
{
border-color: #C8151A;
}
.TagClassName
{
border-color: #C8151A;
}
</style>