Shades of Fire Engine Red #C11727
Tints of Fire Engine Red #C11727
RGB
CMYK
RGB Variations
Color information
#C11727 (or 0xC11727) is known color: Fire Engine Red. HEX triplet: C1, 17 and 27. RGB value is (193,23,39). Sum of RGB (Red+Green+Blue) = 193+23+39=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C11727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11727 is #3EE8D8. Grayscale: #4B4B4B. Windows color (decimal): -4122841 or 2561985. OLE color: 2561985.
HSL color Cylindrical-coordinate representation of color #C11727: hue angle of 354.35º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11727 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 39 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.24 |
| HSL | 354.35º | 0.79% | 0.42% | - |
| HSV(B) | 354.35º | 0.88% | 0.76% | - |
| XYZ | 22.66 | 12.1 | 3.06 | - |
| YUV | 75.65 | 107.32 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 39 | 0 | 0.88 | 0.80 | 0.24 | 354.35 | 0.79 | 0.42 |
| Hex | C1 | 17 | 27 | 0 | 58 | 50 | 18 | 162 | 4F | 2A |
| Octal | 301 | 27 | 47 | 0 | 130 | 120 | 30 | 542 | 117 | 52 |
| Binary | 11000001 | 10111 | 100111 | 0 | 1011000 | 1010000 | 11000 | 101100010 | 1001111 | 101010 |
Color Harmonies of #C11727
Complementary color
Monochromatic Colors of #C11727
Black with #C11727
Text Example
Text Example
White with #C11727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11727; }
p { color: rgb(193,23,39); }
H1.HeaderClassName
{
color: #C11727;
}
.AnyTagClassName
{
color: #C11727;
}
</style>
background-color css
<style>
a { background-color: #C11727; }
a { background-color: rgb(193,23,39); }
div.DivClassName
{
background-color: #C11727;
}
.BgClassName
{
background-color: #C11727;
}
</style>
border-color css
<style>
span { border-color: #C11727; }
span { border-color: rgb(193,23,39); }
td.TdClassName
{
border-color: #C11727;
}
.TagClassName
{
border-color: #C11727;
}
</style>