Shades of Fire Engine Red #C0182A
Tints of Fire Engine Red #C0182A
RGB
CMYK
RGB Variations
Color information
#C0182A (or 0xC0182A) is known color: Fire Engine Red. HEX triplet: C0, 18 and 2A. RGB value is (192,24,42). Sum of RGB (Red+Green+Blue) = 192+24+42=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C0182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0182A is #3FE7D5. Grayscale: #4C4C4C. Windows color (decimal): -4188118 or 2758848. OLE color: 2758848.
HSL color Cylindrical-coordinate representation of color #C0182A: hue angle of 353.57º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0182A is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 42 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.25 |
| HSL | 353.57º | 0.78% | 0.42% | - |
| HSV(B) | 353.57º | 0.88% | 0.75% | - |
| XYZ | 22.48 | 12.03 | 3.33 | - |
| YUV | 76.28 | 108.66 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 42 | 0 | 0.88 | 0.78 | 0.25 | 353.57 | 0.78 | 0.42 |
| Hex | C0 | 18 | 2A | 0 | 58 | 4E | 19 | 162 | 4E | 2A |
| Octal | 300 | 30 | 52 | 0 | 130 | 116 | 31 | 542 | 116 | 52 |
| Binary | 11000000 | 11000 | 101010 | 0 | 1011000 | 1001110 | 11001 | 101100010 | 1001110 | 101010 |
Color Harmonies of #C0182A
Complementary color
Monochromatic Colors of #C0182A
Black with #C0182A
Text Example
Text Example
White with #C0182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0182A; }
p { color: rgb(192,24,42); }
H1.HeaderClassName
{
color: #C0182A;
}
.AnyTagClassName
{
color: #C0182A;
}
</style>
background-color css
<style>
a { background-color: #C0182A; }
a { background-color: rgb(192,24,42); }
div.DivClassName
{
background-color: #C0182A;
}
.BgClassName
{
background-color: #C0182A;
}
</style>
border-color css
<style>
span { border-color: #C0182A; }
span { border-color: rgb(192,24,42); }
td.TdClassName
{
border-color: #C0182A;
}
.TagClassName
{
border-color: #C0182A;
}
</style>