Shades of Fire Engine Red #C11719
Tints of Fire Engine Red #C11719
RGB
CMYK
RGB Variations
Color information
#C11719 (or 0xC11719) is known color: Fire Engine Red. HEX triplet: C1, 17 and 19. RGB value is (193,23,25). Sum of RGB (Red+Green+Blue) = 193+23+25=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C11719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11719 is #3EE8E6. Grayscale: #4A4A4A. Windows color (decimal): -4122855 or 1644481. OLE color: 1644481.
HSL color Cylindrical-coordinate representation of color #C11719: hue angle of 359.29º 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 #C11719 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 25 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.24 |
| HSL | 359.29º | 0.79% | 0.42% | - |
| HSV(B) | 359.29º | 0.88% | 0.76% | - |
| XYZ | 22.47 | 12.02 | 2.06 | - |
| YUV | 74.06 | 100.32 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 25 | 0 | 0.88 | 0.87 | 0.24 | 359.29 | 0.79 | 0.42 |
| Hex | C1 | 17 | 19 | 0 | 58 | 57 | 18 | 167 | 4F | 2A |
| Octal | 301 | 27 | 31 | 0 | 130 | 127 | 30 | 547 | 117 | 52 |
| Binary | 11000001 | 10111 | 11001 | 0 | 1011000 | 1010111 | 11000 | 101100111 | 1001111 | 101010 |
Color Harmonies of #C11719
Complementary color
Monochromatic Colors of #C11719
Black with #C11719
Text Example
Text Example
White with #C11719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11719; }
p { color: rgb(193,23,25); }
H1.HeaderClassName
{
color: #C11719;
}
.AnyTagClassName
{
color: #C11719;
}
</style>
background-color css
<style>
a { background-color: #C11719; }
a { background-color: rgb(193,23,25); }
div.DivClassName
{
background-color: #C11719;
}
.BgClassName
{
background-color: #C11719;
}
</style>
border-color css
<style>
span { border-color: #C11719; }
span { border-color: rgb(193,23,25); }
td.TdClassName
{
border-color: #C11719;
}
.TagClassName
{
border-color: #C11719;
}
</style>