Shades of Fire Engine Red #C6182A
Tints of Fire Engine Red #C6182A
RGB
CMYK
RGB Variations
Color information
#C6182A (or 0xC6182A) is known color: Fire Engine Red. HEX triplet: C6, 18 and 2A. RGB value is (198,24,42). Sum of RGB (Red+Green+Blue) = 198+24+42=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C6182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6182A is #39E7D5. Grayscale: #4E4E4E. Windows color (decimal): -3794902 or 2758854. OLE color: 2758854.
HSL color Cylindrical-coordinate representation of color #C6182A: hue angle of 353.79º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6182A is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 42 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.22 |
| HSL | 353.79º | 0.78% | 0.44% | - |
| HSV(B) | 353.79º | 0.88% | 0.78% | - |
| XYZ | 24.03 | 12.83 | 3.4 | - |
| YUV | 78.08 | 107.65 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 42 | 0 | 0.88 | 0.79 | 0.22 | 353.79 | 0.78 | 0.44 |
| Hex | C6 | 18 | 2A | 0 | 58 | 4F | 16 | 162 | 4E | 2C |
| Octal | 306 | 30 | 52 | 0 | 130 | 117 | 26 | 542 | 116 | 54 |
| Binary | 11000110 | 11000 | 101010 | 0 | 1011000 | 1001111 | 10110 | 101100010 | 1001110 | 101100 |
Color Harmonies of #C6182A
Complementary color
Monochromatic Colors of #C6182A
Black with #C6182A
Text Example
Text Example
White with #C6182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6182A; }
p { color: rgb(198,24,42); }
H1.HeaderClassName
{
color: #C6182A;
}
.AnyTagClassName
{
color: #C6182A;
}
</style>
background-color css
<style>
a { background-color: #C6182A; }
a { background-color: rgb(198,24,42); }
div.DivClassName
{
background-color: #C6182A;
}
.BgClassName
{
background-color: #C6182A;
}
</style>
border-color css
<style>
span { border-color: #C6182A; }
span { border-color: rgb(198,24,42); }
td.TdClassName
{
border-color: #C6182A;
}
.TagClassName
{
border-color: #C6182A;
}
</style>