Shades of Fire Engine Red #C41826
Tints of Fire Engine Red #C41826
RGB
CMYK
RGB Variations
Color information
#C41826 (or 0xC41826) is known color: Fire Engine Red. HEX triplet: C4, 18 and 26. RGB value is (196,24,38). Sum of RGB (Red+Green+Blue) = 196+24+38=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C41826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41826 is #3BE7D9. Grayscale: #4D4D4D. Windows color (decimal): -3925978 or 2496708. OLE color: 2496708.
HSL color Cylindrical-coordinate representation of color #C41826: hue angle of 355.12º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41826 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 38 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.23 |
| HSL | 355.12º | 0.78% | 0.43% | - |
| HSV(B) | 355.12º | 0.88% | 0.77% | - |
| XYZ | 23.44 | 12.53 | 3.02 | - |
| YUV | 77.02 | 105.98 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 38 | 0 | 0.88 | 0.81 | 0.23 | 355.12 | 0.78 | 0.43 |
| Hex | C4 | 18 | 26 | 0 | 58 | 51 | 17 | 163 | 4E | 2B |
| Octal | 304 | 30 | 46 | 0 | 130 | 121 | 27 | 543 | 116 | 53 |
| Binary | 11000100 | 11000 | 100110 | 0 | 1011000 | 1010001 | 10111 | 101100011 | 1001110 | 101011 |
Color Harmonies of #C41826
Complementary color
Monochromatic Colors of #C41826
Black with #C41826
Text Example
Text Example
White with #C41826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41826; }
p { color: rgb(196,24,38); }
H1.HeaderClassName
{
color: #C41826;
}
.AnyTagClassName
{
color: #C41826;
}
</style>
background-color css
<style>
a { background-color: #C41826; }
a { background-color: rgb(196,24,38); }
div.DivClassName
{
background-color: #C41826;
}
.BgClassName
{
background-color: #C41826;
}
</style>
border-color css
<style>
span { border-color: #C41826; }
span { border-color: rgb(196,24,38); }
td.TdClassName
{
border-color: #C41826;
}
.TagClassName
{
border-color: #C41826;
}
</style>