Shades of Fire Engine Red #C8141B
Tints of Fire Engine Red #C8141B
RGB
CMYK
RGB Variations
Color information
#C8141B (or 0xC8141B) is known color: Fire Engine Red. HEX triplet: C8, 14 and 1B. RGB value is (200,20,27). Sum of RGB (Red+Green+Blue) = 200+20+27=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C8141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8141B is #37EBE4. Grayscale: #4A4A4A. Windows color (decimal): -3664869 or 1774792. OLE color: 1774792.
HSL color Cylindrical-coordinate representation of color #C8141B: hue angle of 357.67º 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 #C8141B is Cyan = 0, Magento = 0.9, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 27 | - |
| CMYK | 0 | 0.9 | 0.86 | 0.22 |
| HSL | 357.67º | 0.82% | 0.43% | - |
| HSV(B) | 357.67º | 0.9% | 0.78% | - |
| XYZ | 24.27 | 12.86 | 2.24 | - |
| YUV | 74.62 | 101.13 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 27 | 0 | 0.9 | 0.86 | 0.22 | 357.67 | 0.82 | 0.43 |
| Hex | C8 | 14 | 1B | 0 | 5A | 56 | 16 | 166 | 52 | 2B |
| Octal | 310 | 24 | 33 | 0 | 132 | 126 | 26 | 546 | 122 | 53 |
| Binary | 11001000 | 10100 | 11011 | 0 | 1011010 | 1010110 | 10110 | 101100110 | 1010010 | 101011 |
Color Harmonies of #C8141B
Complementary color
Monochromatic Colors of #C8141B
Black with #C8141B
Text Example
Text Example
White with #C8141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8141B; }
p { color: rgb(200,20,27); }
H1.HeaderClassName
{
color: #C8141B;
}
.AnyTagClassName
{
color: #C8141B;
}
</style>
background-color css
<style>
a { background-color: #C8141B; }
a { background-color: rgb(200,20,27); }
div.DivClassName
{
background-color: #C8141B;
}
.BgClassName
{
background-color: #C8141B;
}
</style>
border-color css
<style>
span { border-color: #C8141B; }
span { border-color: rgb(200,20,27); }
td.TdClassName
{
border-color: #C8141B;
}
.TagClassName
{
border-color: #C8141B;
}
</style>