Shades of Fire Engine Red #C7212A
Tints of Fire Engine Red #C7212A
RGB
CMYK
RGB Variations
Color information
#C7212A (or 0xC7212A) is known color: Fire Engine Red. HEX triplet: C7, 21 and 2A. RGB value is (199,33,42). Sum of RGB (Red+Green+Blue) = 199+33+42=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C7212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7212A is #38DED5. Grayscale: #535353. Windows color (decimal): -3727062 or 2761159. OLE color: 2761159.
HSL color Cylindrical-coordinate representation of color #C7212A: hue angle of 356.75º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7212A is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 42 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.22 |
| HSL | 356.75º | 0.72% | 0.45% | - |
| HSV(B) | 356.75º | 0.83% | 0.78% | - |
| XYZ | 24.51 | 13.4 | 3.48 | - |
| YUV | 83.66 | 104.5 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 42 | 0 | 0.83 | 0.79 | 0.22 | 356.75 | 0.72 | 0.45 |
| Hex | C7 | 21 | 2A | 0 | 53 | 4F | 16 | 165 | 48 | 2D |
| Octal | 307 | 41 | 52 | 0 | 123 | 117 | 26 | 545 | 110 | 55 |
| Binary | 11000111 | 100001 | 101010 | 0 | 1010011 | 1001111 | 10110 | 101100101 | 1001000 | 101101 |
Color Harmonies of #C7212A
Complementary color
Monochromatic Colors of #C7212A
Black with #C7212A
Text Example
Text Example
White with #C7212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7212A; }
p { color: rgb(199,33,42); }
H1.HeaderClassName
{
color: #C7212A;
}
.AnyTagClassName
{
color: #C7212A;
}
</style>
background-color css
<style>
a { background-color: #C7212A; }
a { background-color: rgb(199,33,42); }
div.DivClassName
{
background-color: #C7212A;
}
.BgClassName
{
background-color: #C7212A;
}
</style>
border-color css
<style>
span { border-color: #C7212A; }
span { border-color: rgb(199,33,42); }
td.TdClassName
{
border-color: #C7212A;
}
.TagClassName
{
border-color: #C7212A;
}
</style>