Shades of Fire Engine Red #C71E2A
Tints of Fire Engine Red #C71E2A
RGB
CMYK
RGB Variations
Color information
#C71E2A (or 0xC71E2A) is known color: Fire Engine Red. HEX triplet: C7, 1E and 2A. RGB value is (199,30,42). Sum of RGB (Red+Green+Blue) = 199+30+42=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71E2A is #38E1D5. Grayscale: #525252. Windows color (decimal): -3727830 or 2760391. OLE color: 2760391.
HSL color Cylindrical-coordinate representation of color #C71E2A: hue angle of 355.74º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71E2A is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 42 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.22 |
| HSL | 355.74º | 0.74% | 0.45% | - |
| HSV(B) | 355.74º | 0.85% | 0.78% | - |
| XYZ | 24.44 | 13.24 | 3.46 | - |
| YUV | 81.9 | 105.49 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 42 | 0 | 0.85 | 0.79 | 0.22 | 355.74 | 0.74 | 0.45 |
| Hex | C7 | 1E | 2A | 0 | 55 | 4F | 16 | 164 | 4A | 2D |
| Octal | 307 | 36 | 52 | 0 | 125 | 117 | 26 | 544 | 112 | 55 |
| Binary | 11000111 | 11110 | 101010 | 0 | 1010101 | 1001111 | 10110 | 101100100 | 1001010 | 101101 |
Color Harmonies of #C71E2A
Complementary color
Monochromatic Colors of #C71E2A
Black with #C71E2A
Text Example
Text Example
White with #C71E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71E2A; }
p { color: rgb(199,30,42); }
H1.HeaderClassName
{
color: #C71E2A;
}
.AnyTagClassName
{
color: #C71E2A;
}
</style>
background-color css
<style>
a { background-color: #C71E2A; }
a { background-color: rgb(199,30,42); }
div.DivClassName
{
background-color: #C71E2A;
}
.BgClassName
{
background-color: #C71E2A;
}
</style>
border-color css
<style>
span { border-color: #C71E2A; }
span { border-color: rgb(199,30,42); }
td.TdClassName
{
border-color: #C71E2A;
}
.TagClassName
{
border-color: #C71E2A;
}
</style>