Shades of Fire Engine Red #C8121D
Tints of Fire Engine Red #C8121D
RGB
CMYK
RGB Variations
Color information
#C8121D (or 0xC8121D) is known color: Fire Engine Red. HEX triplet: C8, 12 and 1D. RGB value is (200,18,29). Sum of RGB (Red+Green+Blue) = 200+18+29=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C8121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8121D is #37EDE2. Grayscale: #494949. Windows color (decimal): -3665379 or 1905352. OLE color: 1905352.
HSL color Cylindrical-coordinate representation of color #C8121D: hue angle of 356.37º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8121D is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 29 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.22 |
| HSL | 356.37º | 0.83% | 0.43% | - |
| HSV(B) | 356.37º | 0.91% | 0.78% | - |
| XYZ | 24.26 | 12.8 | 2.35 | - |
| YUV | 73.67 | 102.8 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 29 | 0 | 0.91 | 0.86 | 0.22 | 356.37 | 0.83 | 0.43 |
| Hex | C8 | 12 | 1D | 0 | 5B | 56 | 16 | 164 | 53 | 2B |
| Octal | 310 | 22 | 35 | 0 | 133 | 126 | 26 | 544 | 123 | 53 |
| Binary | 11001000 | 10010 | 11101 | 0 | 1011011 | 1010110 | 10110 | 101100100 | 1010011 | 101011 |
Color Harmonies of #C8121D
Complementary color
Monochromatic Colors of #C8121D
Black with #C8121D
Text Example
Text Example
White with #C8121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8121D; }
p { color: rgb(200,18,29); }
H1.HeaderClassName
{
color: #C8121D;
}
.AnyTagClassName
{
color: #C8121D;
}
</style>
background-color css
<style>
a { background-color: #C8121D; }
a { background-color: rgb(200,18,29); }
div.DivClassName
{
background-color: #C8121D;
}
.BgClassName
{
background-color: #C8121D;
}
</style>
border-color css
<style>
span { border-color: #C8121D; }
span { border-color: rgb(200,18,29); }
td.TdClassName
{
border-color: #C8121D;
}
.TagClassName
{
border-color: #C8121D;
}
</style>