Shades of Fire Engine Red #C7212B
Tints of Fire Engine Red #C7212B
RGB
CMYK
RGB Variations
Color information
#C7212B (or 0xC7212B) is known color: Fire Engine Red. HEX triplet: C7, 21 and 2B. RGB value is (199,33,43). Sum of RGB (Red+Green+Blue) = 199+33+43=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C7212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7212B is #38DED4. Grayscale: #535353. Windows color (decimal): -3727061 or 2826695. OLE color: 2826695.
HSL color Cylindrical-coordinate representation of color #C7212B: hue angle of 356.39º 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 #C7212B is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 43 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.22 |
| HSL | 356.39º | 0.72% | 0.45% | - |
| HSV(B) | 356.39º | 0.83% | 0.78% | - |
| XYZ | 24.53 | 13.4 | 3.58 | - |
| YUV | 83.77 | 105 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 43 | 0 | 0.83 | 0.78 | 0.22 | 356.39 | 0.72 | 0.45 |
| Hex | C7 | 21 | 2B | 0 | 53 | 4E | 16 | 164 | 48 | 2D |
| Octal | 307 | 41 | 53 | 0 | 123 | 116 | 26 | 544 | 110 | 55 |
| Binary | 11000111 | 100001 | 101011 | 0 | 1010011 | 1001110 | 10110 | 101100100 | 1001000 | 101101 |
Color Harmonies of #C7212B
Complementary color
Monochromatic Colors of #C7212B
Black with #C7212B
Text Example
Text Example
White with #C7212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7212B; }
p { color: rgb(199,33,43); }
H1.HeaderClassName
{
color: #C7212B;
}
.AnyTagClassName
{
color: #C7212B;
}
</style>
background-color css
<style>
a { background-color: #C7212B; }
a { background-color: rgb(199,33,43); }
div.DivClassName
{
background-color: #C7212B;
}
.BgClassName
{
background-color: #C7212B;
}
</style>
border-color css
<style>
span { border-color: #C7212B; }
span { border-color: rgb(199,33,43); }
td.TdClassName
{
border-color: #C7212B;
}
.TagClassName
{
border-color: #C7212B;
}
</style>