Shades of Fire Engine Red #C0122A
Tints of Fire Engine Red #C0122A
RGB
CMYK
RGB Variations
Color information
#C0122A (or 0xC0122A) is known color: Fire Engine Red. HEX triplet: C0, 12 and 2A. RGB value is (192,18,42). Sum of RGB (Red+Green+Blue) = 192+18+42=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C0122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0122A is #3FEDD5. Grayscale: #484848. Windows color (decimal): -4189654 or 2757312. OLE color: 2757312.
HSL color Cylindrical-coordinate representation of color #C0122A: hue angle of 351.72º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0122A is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 42 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.25 |
| HSL | 351.72º | 0.83% | 0.41% | - |
| HSV(B) | 351.72º | 0.91% | 0.75% | - |
| XYZ | 22.37 | 11.81 | 3.29 | - |
| YUV | 72.76 | 110.65 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 42 | 0 | 0.91 | 0.78 | 0.25 | 351.72 | 0.83 | 0.41 |
| Hex | C0 | 12 | 2A | 0 | 5B | 4E | 19 | 160 | 53 | 29 |
| Octal | 300 | 22 | 52 | 0 | 133 | 116 | 31 | 540 | 123 | 51 |
| Binary | 11000000 | 10010 | 101010 | 0 | 1011011 | 1001110 | 11001 | 101100000 | 1010011 | 101001 |
Color Harmonies of #C0122A
Complementary color
Monochromatic Colors of #C0122A
Black with #C0122A
Text Example
Text Example
White with #C0122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0122A; }
p { color: rgb(192,18,42); }
H1.HeaderClassName
{
color: #C0122A;
}
.AnyTagClassName
{
color: #C0122A;
}
</style>
background-color css
<style>
a { background-color: #C0122A; }
a { background-color: rgb(192,18,42); }
div.DivClassName
{
background-color: #C0122A;
}
.BgClassName
{
background-color: #C0122A;
}
</style>
border-color css
<style>
span { border-color: #C0122A; }
span { border-color: rgb(192,18,42); }
td.TdClassName
{
border-color: #C0122A;
}
.TagClassName
{
border-color: #C0122A;
}
</style>