Shades of Fire Engine Red #C1131B
Tints of Fire Engine Red #C1131B
RGB
CMYK
RGB Variations
Color information
#C1131B (or 0xC1131B) is known color: Fire Engine Red. HEX triplet: C1, 13 and 1B. RGB value is (193,19,27). Sum of RGB (Red+Green+Blue) = 193+19+27=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C1131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1131B is #3EECE4. Grayscale: #484848. Windows color (decimal): -4123877 or 1774529. OLE color: 1774529.
HSL color Cylindrical-coordinate representation of color #C1131B: hue angle of 357.24º 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 #C1131B is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 27 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.24 |
| HSL | 357.24º | 0.82% | 0.42% | - |
| HSV(B) | 357.24º | 0.9% | 0.76% | - |
| XYZ | 22.42 | 11.88 | 2.15 | - |
| YUV | 71.94 | 102.65 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 27 | 0 | 0.90 | 0.86 | 0.24 | 357.24 | 0.82 | 0.42 |
| Hex | C1 | 13 | 1B | 0 | 5A | 56 | 18 | 165 | 52 | 2A |
| Octal | 301 | 23 | 33 | 0 | 132 | 126 | 30 | 545 | 122 | 52 |
| Binary | 11000001 | 10011 | 11011 | 0 | 1011010 | 1010110 | 11000 | 101100101 | 1010010 | 101010 |
Color Harmonies of #C1131B
Complementary color
Monochromatic Colors of #C1131B
Black with #C1131B
Text Example
Text Example
White with #C1131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1131B; }
p { color: rgb(193,19,27); }
H1.HeaderClassName
{
color: #C1131B;
}
.AnyTagClassName
{
color: #C1131B;
}
</style>
background-color css
<style>
a { background-color: #C1131B; }
a { background-color: rgb(193,19,27); }
div.DivClassName
{
background-color: #C1131B;
}
.BgClassName
{
background-color: #C1131B;
}
</style>
border-color css
<style>
span { border-color: #C1131B; }
span { border-color: rgb(193,19,27); }
td.TdClassName
{
border-color: #C1131B;
}
.TagClassName
{
border-color: #C1131B;
}
</style>