Shades of Fire Engine Red #C8141C
Tints of Fire Engine Red #C8141C
RGB
CMYK
RGB Variations
Color information
#C8141C (or 0xC8141C) is known color: Fire Engine Red. HEX triplet: C8, 14 and 1C. RGB value is (200,20,28). Sum of RGB (Red+Green+Blue) = 200+20+28=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C8141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8141C is #37EBE3. Grayscale: #4A4A4A. Windows color (decimal): -3664868 or 1840328. OLE color: 1840328.
HSL color Cylindrical-coordinate representation of color #C8141C: hue angle of 357.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8141C is Cyan = 0, Magento = 0.9, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 28 | - |
| CMYK | 0 | 0.9 | 0.86 | 0.22 |
| HSL | 357.33º | 0.82% | 0.43% | - |
| HSV(B) | 357.33º | 0.9% | 0.78% | - |
| XYZ | 24.28 | 12.86 | 2.3 | - |
| YUV | 74.73 | 101.63 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 28 | 0 | 0.9 | 0.86 | 0.22 | 357.33 | 0.82 | 0.43 |
| Hex | C8 | 14 | 1C | 0 | 5A | 56 | 16 | 165 | 52 | 2B |
| Octal | 310 | 24 | 34 | 0 | 132 | 126 | 26 | 545 | 122 | 53 |
| Binary | 11001000 | 10100 | 11100 | 0 | 1011010 | 1010110 | 10110 | 101100101 | 1010010 | 101011 |
Color Harmonies of #C8141C
Complementary color
Monochromatic Colors of #C8141C
Black with #C8141C
Text Example
Text Example
White with #C8141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8141C; }
p { color: rgb(200,20,28); }
H1.HeaderClassName
{
color: #C8141C;
}
.AnyTagClassName
{
color: #C8141C;
}
</style>
background-color css
<style>
a { background-color: #C8141C; }
a { background-color: rgb(200,20,28); }
div.DivClassName
{
background-color: #C8141C;
}
.BgClassName
{
background-color: #C8141C;
}
</style>
border-color css
<style>
span { border-color: #C8141C; }
span { border-color: rgb(200,20,28); }
td.TdClassName
{
border-color: #C8141C;
}
.TagClassName
{
border-color: #C8141C;
}
</style>