Shades of Fire Engine Red #C11B1E
Tints of Fire Engine Red #C11B1E
RGB
CMYK
RGB Variations
Color information
#C11B1E (or 0xC11B1E) is known color: Fire Engine Red. HEX triplet: C1, 1B and 1E. RGB value is (193,27,30). Sum of RGB (Red+Green+Blue) = 193+27+30=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11B1E is #3EE4E1. Grayscale: #4D4D4D. Windows color (decimal): -4121826 or 1973185. OLE color: 1973185.
HSL color Cylindrical-coordinate representation of color #C11B1E: hue angle of 358.92º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11B1E is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 27 | 30 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.24 |
| HSL | 358.92º | 0.75% | 0.43% | - |
| HSV(B) | 358.92º | 0.86% | 0.76% | - |
| XYZ | 22.62 | 12.22 | 2.39 | - |
| YUV | 76.98 | 101.5 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 27 | 30 | 0 | 0.86 | 0.84 | 0.24 | 358.92 | 0.75 | 0.43 |
| Hex | C1 | 1B | 1E | 0 | 56 | 54 | 18 | 167 | 4B | 2B |
| Octal | 301 | 33 | 36 | 0 | 126 | 124 | 30 | 547 | 113 | 53 |
| Binary | 11000001 | 11011 | 11110 | 0 | 1010110 | 1010100 | 11000 | 101100111 | 1001011 | 101011 |
Color Harmonies of #C11B1E
Complementary color
Monochromatic Colors of #C11B1E
Black with #C11B1E
Text Example
Text Example
White with #C11B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11B1E; }
p { color: rgb(193,27,30); }
H1.HeaderClassName
{
color: #C11B1E;
}
.AnyTagClassName
{
color: #C11B1E;
}
</style>
background-color css
<style>
a { background-color: #C11B1E; }
a { background-color: rgb(193,27,30); }
div.DivClassName
{
background-color: #C11B1E;
}
.BgClassName
{
background-color: #C11B1E;
}
</style>
border-color css
<style>
span { border-color: #C11B1E; }
span { border-color: rgb(193,27,30); }
td.TdClassName
{
border-color: #C11B1E;
}
.TagClassName
{
border-color: #C11B1E;
}
</style>