Shades of Fire Engine Red #C81416
Tints of Fire Engine Red #C81416
RGB
CMYK
RGB Variations
Color information
#C81416 (or 0xC81416) is known color: Fire Engine Red. HEX triplet: C8, 14 and 16. RGB value is (200,20,22). Sum of RGB (Red+Green+Blue) = 200+20+22=242 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.64% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 200 - color contains mainly: red. Hex color #C81416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81416 is #37EBE9. Grayscale: #4A4A4A. Windows color (decimal): -3664874 or 1447112. OLE color: 1447112.
HSL color Cylindrical-coordinate representation of color #C81416: hue angle of 359.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 #C81416 is Cyan = 0, Magento = 0.9, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 22 | - |
| CMYK | 0 | 0.9 | 0.89 | 0.22 |
| HSL | 359.33º | 0.82% | 0.43% | - |
| HSV(B) | 359.33º | 0.9% | 0.78% | - |
| XYZ | 24.21 | 12.84 | 1.96 | - |
| YUV | 74.05 | 98.63 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 22 | 0 | 0.9 | 0.89 | 0.22 | 359.33 | 0.82 | 0.43 |
| Hex | C8 | 14 | 16 | 0 | 5A | 59 | 16 | 167 | 52 | 2B |
| Octal | 310 | 24 | 26 | 0 | 132 | 131 | 26 | 547 | 122 | 53 |
| Binary | 11001000 | 10100 | 10110 | 0 | 1011010 | 1011001 | 10110 | 101100111 | 1010010 | 101011 |
Color Harmonies of #C81416
Complementary color
Monochromatic Colors of #C81416
Black with #C81416
Text Example
Text Example
White with #C81416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81416; }
p { color: rgb(200,20,22); }
H1.HeaderClassName
{
color: #C81416;
}
.AnyTagClassName
{
color: #C81416;
}
</style>
background-color css
<style>
a { background-color: #C81416; }
a { background-color: rgb(200,20,22); }
div.DivClassName
{
background-color: #C81416;
}
.BgClassName
{
background-color: #C81416;
}
</style>
border-color css
<style>
span { border-color: #C81416; }
span { border-color: rgb(200,20,22); }
td.TdClassName
{
border-color: #C81416;
}
.TagClassName
{
border-color: #C81416;
}
</style>