Shades of Fire Engine Red #C6212A
Tints of Fire Engine Red #C6212A
RGB
CMYK
RGB Variations
Color information
#C6212A (or 0xC6212A) is known color: Fire Engine Red. HEX triplet: C6, 21 and 2A. RGB value is (198,33,42). Sum of RGB (Red+Green+Blue) = 198+33+42=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C6212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6212A is #39DED5. Grayscale: #535353. Windows color (decimal): -3792598 or 2761158. OLE color: 2761158.
HSL color Cylindrical-coordinate representation of color #C6212A: hue angle of 356.73º degrees, saturation: 0.71, 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 #C6212A is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 42 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.22 |
| HSL | 356.73º | 0.71% | 0.45% | - |
| HSV(B) | 356.73º | 0.83% | 0.78% | - |
| XYZ | 24.25 | 13.26 | 3.47 | - |
| YUV | 83.36 | 104.66 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 42 | 0 | 0.83 | 0.79 | 0.22 | 356.73 | 0.71 | 0.45 |
| Hex | C6 | 21 | 2A | 0 | 53 | 4F | 16 | 165 | 47 | 2D |
| Octal | 306 | 41 | 52 | 0 | 123 | 117 | 26 | 545 | 107 | 55 |
| Binary | 11000110 | 100001 | 101010 | 0 | 1010011 | 1001111 | 10110 | 101100101 | 1000111 | 101101 |
Color Harmonies of #C6212A
Complementary color
Monochromatic Colors of #C6212A
Black with #C6212A
Text Example
Text Example
White with #C6212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6212A; }
p { color: rgb(198,33,42); }
H1.HeaderClassName
{
color: #C6212A;
}
.AnyTagClassName
{
color: #C6212A;
}
</style>
background-color css
<style>
a { background-color: #C6212A; }
a { background-color: rgb(198,33,42); }
div.DivClassName
{
background-color: #C6212A;
}
.BgClassName
{
background-color: #C6212A;
}
</style>
border-color css
<style>
span { border-color: #C6212A; }
span { border-color: rgb(198,33,42); }
td.TdClassName
{
border-color: #C6212A;
}
.TagClassName
{
border-color: #C6212A;
}
</style>