Shades of Fire Engine Red #C41926
Tints of Fire Engine Red #C41926
RGB
CMYK
RGB Variations
Color information
#C41926 (or 0xC41926) is known color: Fire Engine Red. HEX triplet: C4, 19 and 26. RGB value is (196,25,38). Sum of RGB (Red+Green+Blue) = 196+25+38=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C41926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41926 is #3BE6D9. Grayscale: #4D4D4D. Windows color (decimal): -3925722 or 2496964. OLE color: 2496964.
HSL color Cylindrical-coordinate representation of color #C41926: hue angle of 355.44º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41926 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 38 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.23 |
| HSL | 355.44º | 0.77% | 0.43% | - |
| HSV(B) | 355.44º | 0.87% | 0.77% | - |
| XYZ | 23.46 | 12.57 | 3.02 | - |
| YUV | 77.61 | 105.65 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 38 | 0 | 0.87 | 0.81 | 0.23 | 355.44 | 0.77 | 0.43 |
| Hex | C4 | 19 | 26 | 0 | 57 | 51 | 17 | 163 | 4D | 2B |
| Octal | 304 | 31 | 46 | 0 | 127 | 121 | 27 | 543 | 115 | 53 |
| Binary | 11000100 | 11001 | 100110 | 0 | 1010111 | 1010001 | 10111 | 101100011 | 1001101 | 101011 |
Color Harmonies of #C41926
Complementary color
Monochromatic Colors of #C41926
Black with #C41926
Text Example
Text Example
White with #C41926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41926; }
p { color: rgb(196,25,38); }
H1.HeaderClassName
{
color: #C41926;
}
.AnyTagClassName
{
color: #C41926;
}
</style>
background-color css
<style>
a { background-color: #C41926; }
a { background-color: rgb(196,25,38); }
div.DivClassName
{
background-color: #C41926;
}
.BgClassName
{
background-color: #C41926;
}
</style>
border-color css
<style>
span { border-color: #C41926; }
span { border-color: rgb(196,25,38); }
td.TdClassName
{
border-color: #C41926;
}
.TagClassName
{
border-color: #C41926;
}
</style>