Shades of Fire Engine Red #C8151D
Tints of Fire Engine Red #C8151D
RGB
CMYK
RGB Variations
Color information
#C8151D (or 0xC8151D) is known color: Fire Engine Red. HEX triplet: C8, 15 and 1D. RGB value is (200,21,29). Sum of RGB (Red+Green+Blue) = 200+21+29=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C8151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8151D is #37EAE2. Grayscale: #4B4B4B. Windows color (decimal): -3664611 or 1906120. OLE color: 1906120.
HSL color Cylindrical-coordinate representation of color #C8151D: hue angle of 357.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 #C8151D is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 29 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.22 |
| HSL | 357.32º | 0.81% | 0.43% | - |
| HSV(B) | 357.32º | 0.9% | 0.78% | - |
| XYZ | 24.31 | 12.9 | 2.37 | - |
| YUV | 75.43 | 101.8 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 29 | 0 | 0.90 | 0.86 | 0.22 | 357.32 | 0.81 | 0.43 |
| Hex | C8 | 15 | 1D | 0 | 5A | 56 | 16 | 165 | 51 | 2B |
| Octal | 310 | 25 | 35 | 0 | 132 | 126 | 26 | 545 | 121 | 53 |
| Binary | 11001000 | 10101 | 11101 | 0 | 1011010 | 1010110 | 10110 | 101100101 | 1010001 | 101011 |
Color Harmonies of #C8151D
Complementary color
Monochromatic Colors of #C8151D
Black with #C8151D
Text Example
Text Example
White with #C8151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8151D; }
p { color: rgb(200,21,29); }
H1.HeaderClassName
{
color: #C8151D;
}
.AnyTagClassName
{
color: #C8151D;
}
</style>
background-color css
<style>
a { background-color: #C8151D; }
a { background-color: rgb(200,21,29); }
div.DivClassName
{
background-color: #C8151D;
}
.BgClassName
{
background-color: #C8151D;
}
</style>
border-color css
<style>
span { border-color: #C8151D; }
span { border-color: rgb(200,21,29); }
td.TdClassName
{
border-color: #C8151D;
}
.TagClassName
{
border-color: #C8151D;
}
</style>