Shades of Fire Engine Red #C11928
Tints of Fire Engine Red #C11928
RGB
CMYK
RGB Variations
Color information
#C11928 (or 0xC11928) is known color: Fire Engine Red. HEX triplet: C1, 19 and 28. RGB value is (193,25,40). Sum of RGB (Red+Green+Blue) = 193+25+40=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C11928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11928 is #3EE6D7. Grayscale: #4D4D4D. Windows color (decimal): -4122328 or 2628033. OLE color: 2628033.
HSL color Cylindrical-coordinate representation of color #C11928: hue angle of 354.64º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11928 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 40 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.24 |
| HSL | 354.64º | 0.77% | 0.43% | - |
| HSV(B) | 354.64º | 0.87% | 0.76% | - |
| XYZ | 22.72 | 12.19 | 3.16 | - |
| YUV | 76.94 | 107.16 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 40 | 0 | 0.87 | 0.79 | 0.24 | 354.64 | 0.77 | 0.43 |
| Hex | C1 | 19 | 28 | 0 | 57 | 4F | 18 | 163 | 4D | 2B |
| Octal | 301 | 31 | 50 | 0 | 127 | 117 | 30 | 543 | 115 | 53 |
| Binary | 11000001 | 11001 | 101000 | 0 | 1010111 | 1001111 | 11000 | 101100011 | 1001101 | 101011 |
Color Harmonies of #C11928
Complementary color
Monochromatic Colors of #C11928
Black with #C11928
Text Example
Text Example
White with #C11928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11928; }
p { color: rgb(193,25,40); }
H1.HeaderClassName
{
color: #C11928;
}
.AnyTagClassName
{
color: #C11928;
}
</style>
background-color css
<style>
a { background-color: #C11928; }
a { background-color: rgb(193,25,40); }
div.DivClassName
{
background-color: #C11928;
}
.BgClassName
{
background-color: #C11928;
}
</style>
border-color css
<style>
span { border-color: #C11928; }
span { border-color: rgb(193,25,40); }
td.TdClassName
{
border-color: #C11928;
}
.TagClassName
{
border-color: #C11928;
}
</style>