Shades of Fire Engine Red #C81128
Tints of Fire Engine Red #C81128
RGB
CMYK
RGB Variations
Color information
#C81128 (or 0xC81128) is known color: Fire Engine Red. HEX triplet: C8, 11 and 28. RGB value is (200,17,40). Sum of RGB (Red+Green+Blue) = 200+17+40=257 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.82% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 200 - color contains mainly: red. Hex color #C81128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81128 is #37EED7. Grayscale: #4A4A4A. Windows color (decimal): -3665624 or 2625992. OLE color: 2625992.
HSL color Cylindrical-coordinate representation of color #C81128: hue angle of 352.46º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81128 is Cyan = 0, Magento = 0.92, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 40 | - |
| CMYK | 0 | 0.92 | 0.8 | 0.22 |
| HSL | 352.46º | 0.84% | 0.43% | - |
| HSV(B) | 352.46º | 0.92% | 0.78% | - |
| XYZ | 24.4 | 12.83 | 3.2 | - |
| YUV | 74.34 | 108.63 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 40 | 0 | 0.92 | 0.8 | 0.22 | 352.46 | 0.84 | 0.43 |
| Hex | C8 | 11 | 28 | 0 | 5C | 50 | 16 | 160 | 54 | 2B |
| Octal | 310 | 21 | 50 | 0 | 134 | 120 | 26 | 540 | 124 | 53 |
| Binary | 11001000 | 10001 | 101000 | 0 | 1011100 | 1010000 | 10110 | 101100000 | 1010100 | 101011 |
Color Harmonies of #C81128
Complementary color
Monochromatic Colors of #C81128
Black with #C81128
Text Example
Text Example
White with #C81128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81128; }
p { color: rgb(200,17,40); }
H1.HeaderClassName
{
color: #C81128;
}
.AnyTagClassName
{
color: #C81128;
}
</style>
background-color css
<style>
a { background-color: #C81128; }
a { background-color: rgb(200,17,40); }
div.DivClassName
{
background-color: #C81128;
}
.BgClassName
{
background-color: #C81128;
}
</style>
border-color css
<style>
span { border-color: #C81128; }
span { border-color: rgb(200,17,40); }
td.TdClassName
{
border-color: #C81128;
}
.TagClassName
{
border-color: #C81128;
}
</style>