Shades of Fire Engine Red #C1141C
Tints of Fire Engine Red #C1141C
RGB
CMYK
RGB Variations
Color information
#C1141C (or 0xC1141C) is known color: Fire Engine Red. HEX triplet: C1, 14 and 1C. RGB value is (193,20,28). Sum of RGB (Red+Green+Blue) = 193+20+28=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C1141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1141C is #3EEBE3. Grayscale: #484848. Windows color (decimal): -4123620 or 1840321. OLE color: 1840321.
HSL color Cylindrical-coordinate representation of color #C1141C: hue angle of 357.23º 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 #C1141C is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 28 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.24 |
| HSL | 357.23º | 0.81% | 0.42% | - |
| HSV(B) | 357.23º | 0.9% | 0.76% | - |
| XYZ | 22.45 | 11.92 | 2.22 | - |
| YUV | 72.64 | 102.81 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 28 | 0 | 0.90 | 0.85 | 0.24 | 357.23 | 0.81 | 0.42 |
| Hex | C1 | 14 | 1C | 0 | 5A | 55 | 18 | 165 | 51 | 2A |
| Octal | 301 | 24 | 34 | 0 | 132 | 125 | 30 | 545 | 121 | 52 |
| Binary | 11000001 | 10100 | 11100 | 0 | 1011010 | 1010101 | 11000 | 101100101 | 1010001 | 101010 |
Color Harmonies of #C1141C
Complementary color
Monochromatic Colors of #C1141C
Black with #C1141C
Text Example
Text Example
White with #C1141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1141C; }
p { color: rgb(193,20,28); }
H1.HeaderClassName
{
color: #C1141C;
}
.AnyTagClassName
{
color: #C1141C;
}
</style>
background-color css
<style>
a { background-color: #C1141C; }
a { background-color: rgb(193,20,28); }
div.DivClassName
{
background-color: #C1141C;
}
.BgClassName
{
background-color: #C1141C;
}
</style>
border-color css
<style>
span { border-color: #C1141C; }
span { border-color: rgb(193,20,28); }
td.TdClassName
{
border-color: #C1141C;
}
.TagClassName
{
border-color: #C1141C;
}
</style>