Shades of Fire Engine Red #C1132A
Tints of Fire Engine Red #C1132A
RGB
CMYK
RGB Variations
Color information
#C1132A (or 0xC1132A) is known color: Fire Engine Red. HEX triplet: C1, 13 and 2A. RGB value is (193,19,42). Sum of RGB (Red+Green+Blue) = 193+19+42=254 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.98% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 193 - color contains mainly: red. Hex color #C1132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1132A is #3EECD5. Grayscale: #494949. Windows color (decimal): -4123862 or 2757569. OLE color: 2757569.
HSL color Cylindrical-coordinate representation of color #C1132A: hue angle of 352.07º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1132A is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 42 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.24 |
| HSL | 352.07º | 0.82% | 0.42% | - |
| HSV(B) | 352.07º | 0.9% | 0.76% | - |
| XYZ | 22.64 | 11.97 | 3.31 | - |
| YUV | 73.65 | 110.15 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 42 | 0 | 0.90 | 0.78 | 0.24 | 352.07 | 0.82 | 0.42 |
| Hex | C1 | 13 | 2A | 0 | 5A | 4E | 18 | 160 | 52 | 2A |
| Octal | 301 | 23 | 52 | 0 | 132 | 116 | 30 | 540 | 122 | 52 |
| Binary | 11000001 | 10011 | 101010 | 0 | 1011010 | 1001110 | 11000 | 101100000 | 1010010 | 101010 |
Color Harmonies of #C1132A
Complementary color
Monochromatic Colors of #C1132A
Black with #C1132A
Text Example
Text Example
White with #C1132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1132A; }
p { color: rgb(193,19,42); }
H1.HeaderClassName
{
color: #C1132A;
}
.AnyTagClassName
{
color: #C1132A;
}
</style>
background-color css
<style>
a { background-color: #C1132A; }
a { background-color: rgb(193,19,42); }
div.DivClassName
{
background-color: #C1132A;
}
.BgClassName
{
background-color: #C1132A;
}
</style>
border-color css
<style>
span { border-color: #C1132A; }
span { border-color: rgb(193,19,42); }
td.TdClassName
{
border-color: #C1132A;
}
.TagClassName
{
border-color: #C1132A;
}
</style>