Shades of Fire Engine Red #C01926
Tints of Fire Engine Red #C01926
RGB
CMYK
RGB Variations
Color information
#C01926 (or 0xC01926) is known color: Fire Engine Red. HEX triplet: C0, 19 and 26. RGB value is (192,25,38). Sum of RGB (Red+Green+Blue) = 192+25+38=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C01926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01926 is #3FE6D9. Grayscale: #4C4C4C. Windows color (decimal): -4187866 or 2496960. OLE color: 2496960.
HSL color Cylindrical-coordinate representation of color #C01926: hue angle of 355.33º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01926 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 38 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.25 |
| HSL | 355.33º | 0.77% | 0.43% | - |
| HSV(B) | 355.33º | 0.87% | 0.75% | - |
| XYZ | 22.44 | 12.04 | 2.98 | - |
| YUV | 76.42 | 106.33 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 38 | 0 | 0.87 | 0.80 | 0.25 | 355.33 | 0.77 | 0.43 |
| Hex | C0 | 19 | 26 | 0 | 57 | 50 | 19 | 163 | 4D | 2B |
| Octal | 300 | 31 | 46 | 0 | 127 | 120 | 31 | 543 | 115 | 53 |
| Binary | 11000000 | 11001 | 100110 | 0 | 1010111 | 1010000 | 11001 | 101100011 | 1001101 | 101011 |
Color Harmonies of #C01926
Complementary color
Monochromatic Colors of #C01926
Black with #C01926
Text Example
Text Example
White with #C01926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01926; }
p { color: rgb(192,25,38); }
H1.HeaderClassName
{
color: #C01926;
}
.AnyTagClassName
{
color: #C01926;
}
</style>
background-color css
<style>
a { background-color: #C01926; }
a { background-color: rgb(192,25,38); }
div.DivClassName
{
background-color: #C01926;
}
.BgClassName
{
background-color: #C01926;
}
</style>
border-color css
<style>
span { border-color: #C01926; }
span { border-color: rgb(192,25,38); }
td.TdClassName
{
border-color: #C01926;
}
.TagClassName
{
border-color: #C01926;
}
</style>