Shades of Fire Engine Red #C1131E
Tints of Fire Engine Red #C1131E
RGB
CMYK
RGB Variations
Color information
#C1131E (or 0xC1131E) is known color: Fire Engine Red. HEX triplet: C1, 13 and 1E. RGB value is (193,19,30). Sum of RGB (Red+Green+Blue) = 193+19+30=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C1131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1131E is #3EECE1. Grayscale: #484848. Windows color (decimal): -4123874 or 1971137. OLE color: 1971137.
HSL color Cylindrical-coordinate representation of color #C1131E: hue angle of 356.21º 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 #C1131E is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 30 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.24 |
| HSL | 356.21º | 0.82% | 0.42% | - |
| HSV(B) | 356.21º | 0.9% | 0.76% | - |
| XYZ | 22.46 | 11.9 | 2.34 | - |
| YUV | 72.28 | 104.15 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 30 | 0 | 0.90 | 0.84 | 0.24 | 356.21 | 0.82 | 0.42 |
| Hex | C1 | 13 | 1E | 0 | 5A | 54 | 18 | 164 | 52 | 2A |
| Octal | 301 | 23 | 36 | 0 | 132 | 124 | 30 | 544 | 122 | 52 |
| Binary | 11000001 | 10011 | 11110 | 0 | 1011010 | 1010100 | 11000 | 101100100 | 1010010 | 101010 |
Color Harmonies of #C1131E
Complementary color
Monochromatic Colors of #C1131E
Black with #C1131E
Text Example
Text Example
White with #C1131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1131E; }
p { color: rgb(193,19,30); }
H1.HeaderClassName
{
color: #C1131E;
}
.AnyTagClassName
{
color: #C1131E;
}
</style>
background-color css
<style>
a { background-color: #C1131E; }
a { background-color: rgb(193,19,30); }
div.DivClassName
{
background-color: #C1131E;
}
.BgClassName
{
background-color: #C1131E;
}
</style>
border-color css
<style>
span { border-color: #C1131E; }
span { border-color: rgb(193,19,30); }
td.TdClassName
{
border-color: #C1131E;
}
.TagClassName
{
border-color: #C1131E;
}
</style>