Shades of Fire Engine Red #C1182A
Tints of Fire Engine Red #C1182A
RGB
CMYK
RGB Variations
Color information
#C1182A (or 0xC1182A) is known color: Fire Engine Red. HEX triplet: C1, 18 and 2A. RGB value is (193,24,42). Sum of RGB (Red+Green+Blue) = 193+24+42=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C1182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1182A is #3EE7D5. Grayscale: #4C4C4C. Windows color (decimal): -4122582 or 2758849. OLE color: 2758849.
HSL color Cylindrical-coordinate representation of color #C1182A: hue angle of 353.61º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1182A is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 42 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.24 |
| HSL | 353.61º | 0.78% | 0.43% | - |
| HSV(B) | 353.61º | 0.88% | 0.76% | - |
| XYZ | 22.74 | 12.16 | 3.34 | - |
| YUV | 76.58 | 108.49 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 42 | 0 | 0.88 | 0.78 | 0.24 | 353.61 | 0.78 | 0.43 |
| Hex | C1 | 18 | 2A | 0 | 58 | 4E | 18 | 162 | 4E | 2B |
| Octal | 301 | 30 | 52 | 0 | 130 | 116 | 30 | 542 | 116 | 53 |
| Binary | 11000001 | 11000 | 101010 | 0 | 1011000 | 1001110 | 11000 | 101100010 | 1001110 | 101011 |
Color Harmonies of #C1182A
Complementary color
Monochromatic Colors of #C1182A
Black with #C1182A
Text Example
Text Example
White with #C1182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1182A; }
p { color: rgb(193,24,42); }
H1.HeaderClassName
{
color: #C1182A;
}
.AnyTagClassName
{
color: #C1182A;
}
</style>
background-color css
<style>
a { background-color: #C1182A; }
a { background-color: rgb(193,24,42); }
div.DivClassName
{
background-color: #C1182A;
}
.BgClassName
{
background-color: #C1182A;
}
</style>
border-color css
<style>
span { border-color: #C1182A; }
span { border-color: rgb(193,24,42); }
td.TdClassName
{
border-color: #C1182A;
}
.TagClassName
{
border-color: #C1182A;
}
</style>