Shades of Fire Engine Red #C1122A
Tints of Fire Engine Red #C1122A
RGB
CMYK
RGB Variations
Color information
#C1122A (or 0xC1122A) is known color: Fire Engine Red. HEX triplet: C1, 12 and 2A. RGB value is (193,18,42). Sum of RGB (Red+Green+Blue) = 193+18+42=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C1122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1122A is #3EEDD5. Grayscale: #494949. Windows color (decimal): -4124118 or 2757313. OLE color: 2757313.
HSL color Cylindrical-coordinate representation of color #C1122A: hue angle of 351.77º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1122A is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 42 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.24 |
| HSL | 351.77º | 0.83% | 0.41% | - |
| HSV(B) | 351.77º | 0.91% | 0.76% | - |
| XYZ | 22.63 | 11.94 | 3.3 | - |
| YUV | 73.06 | 110.48 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 42 | 0 | 0.91 | 0.78 | 0.24 | 351.77 | 0.83 | 0.41 |
| Hex | C1 | 12 | 2A | 0 | 5B | 4E | 18 | 160 | 53 | 29 |
| Octal | 301 | 22 | 52 | 0 | 133 | 116 | 30 | 540 | 123 | 51 |
| Binary | 11000001 | 10010 | 101010 | 0 | 1011011 | 1001110 | 11000 | 101100000 | 1010011 | 101001 |
Color Harmonies of #C1122A
Complementary color
Monochromatic Colors of #C1122A
Black with #C1122A
Text Example
Text Example
White with #C1122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1122A; }
p { color: rgb(193,18,42); }
H1.HeaderClassName
{
color: #C1122A;
}
.AnyTagClassName
{
color: #C1122A;
}
</style>
background-color css
<style>
a { background-color: #C1122A; }
a { background-color: rgb(193,18,42); }
div.DivClassName
{
background-color: #C1122A;
}
.BgClassName
{
background-color: #C1122A;
}
</style>
border-color css
<style>
span { border-color: #C1122A; }
span { border-color: rgb(193,18,42); }
td.TdClassName
{
border-color: #C1122A;
}
.TagClassName
{
border-color: #C1122A;
}
</style>