Shades of Fire Engine Red #C71422
Tints of Fire Engine Red #C71422
RGB
CMYK
RGB Variations
Color information
#C71422 (or 0xC71422) is known color: Fire Engine Red. HEX triplet: C7, 14 and 22. RGB value is (199,20,34). Sum of RGB (Red+Green+Blue) = 199+20+34=253 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.66% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 199 - color contains mainly: red. Hex color #C71422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71422 is #38EBDD. Grayscale: #4B4B4B. Windows color (decimal): -3730398 or 2233543. OLE color: 2233543.
HSL color Cylindrical-coordinate representation of color #C71422: hue angle of 355.31º 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 #C71422 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 34 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.22 |
| HSL | 355.31º | 0.82% | 0.43% | - |
| HSV(B) | 355.31º | 0.9% | 0.78% | - |
| XYZ | 24.09 | 12.76 | 2.71 | - |
| YUV | 75.12 | 104.8 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 34 | 0 | 0.90 | 0.83 | 0.22 | 355.31 | 0.82 | 0.43 |
| Hex | C7 | 14 | 22 | 0 | 5A | 53 | 16 | 163 | 52 | 2B |
| Octal | 307 | 24 | 42 | 0 | 132 | 123 | 26 | 543 | 122 | 53 |
| Binary | 11000111 | 10100 | 100010 | 0 | 1011010 | 1010011 | 10110 | 101100011 | 1010010 | 101011 |
Color Harmonies of #C71422
Complementary color
Monochromatic Colors of #C71422
Black with #C71422
Text Example
Text Example
White with #C71422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71422; }
p { color: rgb(199,20,34); }
H1.HeaderClassName
{
color: #C71422;
}
.AnyTagClassName
{
color: #C71422;
}
</style>
background-color css
<style>
a { background-color: #C71422; }
a { background-color: rgb(199,20,34); }
div.DivClassName
{
background-color: #C71422;
}
.BgClassName
{
background-color: #C71422;
}
</style>
border-color css
<style>
span { border-color: #C71422; }
span { border-color: rgb(199,20,34); }
td.TdClassName
{
border-color: #C71422;
}
.TagClassName
{
border-color: #C71422;
}
</style>