Shades of Fire Engine Red #C1141B
Tints of Fire Engine Red #C1141B
RGB
CMYK
RGB Variations
Color information
#C1141B (or 0xC1141B) is known color: Fire Engine Red. HEX triplet: C1, 14 and 1B. RGB value is (193,20,27). Sum of RGB (Red+Green+Blue) = 193+20+27=240 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.42% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 193 - color contains mainly: red. Hex color #C1141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1141B is #3EEBE4. Grayscale: #484848. Windows color (decimal): -4123621 or 1774785. OLE color: 1774785.
HSL color Cylindrical-coordinate representation of color #C1141B: hue angle of 357.57º degrees, saturation: 0.81, 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 #C1141B is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 27 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.24 |
| HSL | 357.57º | 0.81% | 0.42% | - |
| HSV(B) | 357.57º | 0.9% | 0.76% | - |
| XYZ | 22.44 | 11.92 | 2.15 | - |
| YUV | 72.53 | 102.31 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 27 | 0 | 0.90 | 0.86 | 0.24 | 357.57 | 0.81 | 0.42 |
| Hex | C1 | 14 | 1B | 0 | 5A | 56 | 18 | 166 | 51 | 2A |
| Octal | 301 | 24 | 33 | 0 | 132 | 126 | 30 | 546 | 121 | 52 |
| Binary | 11000001 | 10100 | 11011 | 0 | 1011010 | 1010110 | 11000 | 101100110 | 1010001 | 101010 |
Color Harmonies of #C1141B
Complementary color
Monochromatic Colors of #C1141B
Black with #C1141B
Text Example
Text Example
White with #C1141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1141B; }
p { color: rgb(193,20,27); }
H1.HeaderClassName
{
color: #C1141B;
}
.AnyTagClassName
{
color: #C1141B;
}
</style>
background-color css
<style>
a { background-color: #C1141B; }
a { background-color: rgb(193,20,27); }
div.DivClassName
{
background-color: #C1141B;
}
.BgClassName
{
background-color: #C1141B;
}
</style>
border-color css
<style>
span { border-color: #C1141B; }
span { border-color: rgb(193,20,27); }
td.TdClassName
{
border-color: #C1141B;
}
.TagClassName
{
border-color: #C1141B;
}
</style>