Shades of Fire Engine Red #C6162B
Tints of Fire Engine Red #C6162B
RGB
CMYK
RGB Variations
Color information
#C6162B (or 0xC6162B) is known color: Fire Engine Red. HEX triplet: C6, 16 and 2B. RGB value is (198,22,43). Sum of RGB (Red+Green+Blue) = 198+22+43=263 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.29% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 198 - color contains mainly: red. Hex color #C6162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6162B is #39E9D4. Grayscale: #4D4D4D. Windows color (decimal): -3795413 or 2823878. OLE color: 2823878.
HSL color Cylindrical-coordinate representation of color #C6162B: hue angle of 352.84º 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 #C6162B is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 43 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.22 |
| HSL | 352.84º | 0.8% | 0.43% | - |
| HSV(B) | 352.84º | 0.89% | 0.78% | - |
| XYZ | 24.01 | 12.75 | 3.48 | - |
| YUV | 77.02 | 108.81 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 43 | 0 | 0.89 | 0.78 | 0.22 | 352.84 | 0.8 | 0.43 |
| Hex | C6 | 16 | 2B | 0 | 59 | 4E | 16 | 161 | 50 | 2B |
| Octal | 306 | 26 | 53 | 0 | 131 | 116 | 26 | 541 | 120 | 53 |
| Binary | 11000110 | 10110 | 101011 | 0 | 1011001 | 1001110 | 10110 | 101100001 | 1010000 | 101011 |
Color Harmonies of #C6162B
Complementary color
Monochromatic Colors of #C6162B
Black with #C6162B
Text Example
Text Example
White with #C6162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6162B; }
p { color: rgb(198,22,43); }
H1.HeaderClassName
{
color: #C6162B;
}
.AnyTagClassName
{
color: #C6162B;
}
</style>
background-color css
<style>
a { background-color: #C6162B; }
a { background-color: rgb(198,22,43); }
div.DivClassName
{
background-color: #C6162B;
}
.BgClassName
{
background-color: #C6162B;
}
</style>
border-color css
<style>
span { border-color: #C6162B; }
span { border-color: rgb(198,22,43); }
td.TdClassName
{
border-color: #C6162B;
}
.TagClassName
{
border-color: #C6162B;
}
</style>