Shades of Fire Engine Red #C8141F
Tints of Fire Engine Red #C8141F
RGB
CMYK
RGB Variations
Color information
#C8141F (or 0xC8141F) is known color: Fire Engine Red. HEX triplet: C8, 14 and 1F. RGB value is (200,20,31). Sum of RGB (Red+Green+Blue) = 200+20+31=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C8141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8141F is #37EBE0. Grayscale: #4B4B4B. Windows color (decimal): -3664865 or 2036936. OLE color: 2036936.
HSL color Cylindrical-coordinate representation of color #C8141F: hue angle of 356.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 #C8141F is Cyan = 0, Magento = 0.9, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 31 | - |
| CMYK | 0 | 0.9 | 0.84 | 0.22 |
| HSL | 356.33º | 0.82% | 0.43% | - |
| HSV(B) | 356.33º | 0.9% | 0.78% | - |
| XYZ | 24.32 | 12.88 | 2.5 | - |
| YUV | 75.07 | 103.13 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 31 | 0 | 0.9 | 0.84 | 0.22 | 356.33 | 0.82 | 0.43 |
| Hex | C8 | 14 | 1F | 0 | 5A | 54 | 16 | 164 | 52 | 2B |
| Octal | 310 | 24 | 37 | 0 | 132 | 124 | 26 | 544 | 122 | 53 |
| Binary | 11001000 | 10100 | 11111 | 0 | 1011010 | 1010100 | 10110 | 101100100 | 1010010 | 101011 |
Color Harmonies of #C8141F
Complementary color
Monochromatic Colors of #C8141F
Black with #C8141F
Text Example
Text Example
White with #C8141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8141F; }
p { color: rgb(200,20,31); }
H1.HeaderClassName
{
color: #C8141F;
}
.AnyTagClassName
{
color: #C8141F;
}
</style>
background-color css
<style>
a { background-color: #C8141F; }
a { background-color: rgb(200,20,31); }
div.DivClassName
{
background-color: #C8141F;
}
.BgClassName
{
background-color: #C8141F;
}
</style>
border-color css
<style>
span { border-color: #C8141F; }
span { border-color: rgb(200,20,31); }
td.TdClassName
{
border-color: #C8141F;
}
.TagClassName
{
border-color: #C8141F;
}
</style>