Shades of Fire Engine Red #C6162A
Tints of Fire Engine Red #C6162A
RGB
CMYK
RGB Variations
Color information
#C6162A (or 0xC6162A) is known color: Fire Engine Red. HEX triplet: C6, 16 and 2A. RGB value is (198,22,42). Sum of RGB (Red+Green+Blue) = 198+22+42=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C6162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6162A is #39E9D5. Grayscale: #4D4D4D. Windows color (decimal): -3795414 or 2758342. OLE color: 2758342.
HSL color Cylindrical-coordinate representation of color #C6162A: hue angle of 353.18º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6162A is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 42 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.22 |
| HSL | 353.18º | 0.8% | 0.43% | - |
| HSV(B) | 353.18º | 0.89% | 0.78% | - |
| XYZ | 23.99 | 12.75 | 3.39 | - |
| YUV | 76.9 | 108.31 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 42 | 0 | 0.89 | 0.79 | 0.22 | 353.18 | 0.8 | 0.43 |
| Hex | C6 | 16 | 2A | 0 | 59 | 4F | 16 | 161 | 50 | 2B |
| Octal | 306 | 26 | 52 | 0 | 131 | 117 | 26 | 541 | 120 | 53 |
| Binary | 11000110 | 10110 | 101010 | 0 | 1011001 | 1001111 | 10110 | 101100001 | 1010000 | 101011 |
Color Harmonies of #C6162A
Complementary color
Monochromatic Colors of #C6162A
Black with #C6162A
Text Example
Text Example
White with #C6162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6162A; }
p { color: rgb(198,22,42); }
H1.HeaderClassName
{
color: #C6162A;
}
.AnyTagClassName
{
color: #C6162A;
}
</style>
background-color css
<style>
a { background-color: #C6162A; }
a { background-color: rgb(198,22,42); }
div.DivClassName
{
background-color: #C6162A;
}
.BgClassName
{
background-color: #C6162A;
}
</style>
border-color css
<style>
span { border-color: #C6162A; }
span { border-color: rgb(198,22,42); }
td.TdClassName
{
border-color: #C6162A;
}
.TagClassName
{
border-color: #C6162A;
}
</style>