Shades of Fire Engine Red #C41A26
Tints of Fire Engine Red #C41A26
RGB
CMYK
RGB Variations
Color information
#C41A26 (or 0xC41A26) is known color: Fire Engine Red. HEX triplet: C4, 1A and 26. RGB value is (196,26,38). Sum of RGB (Red+Green+Blue) = 196+26+38=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A26 is #3BE5D9. Grayscale: #4E4E4E. Windows color (decimal): -3925466 or 2497220. OLE color: 2497220.
HSL color Cylindrical-coordinate representation of color #C41A26: hue angle of 355.76º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41A26 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 38 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.23 |
| HSL | 355.76º | 0.77% | 0.44% | - |
| HSV(B) | 355.76º | 0.87% | 0.77% | - |
| XYZ | 23.48 | 12.61 | 3.03 | - |
| YUV | 78.2 | 105.32 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 38 | 0 | 0.87 | 0.81 | 0.23 | 355.76 | 0.77 | 0.44 |
| Hex | C4 | 1A | 26 | 0 | 57 | 51 | 17 | 164 | 4D | 2C |
| Octal | 304 | 32 | 46 | 0 | 127 | 121 | 27 | 544 | 115 | 54 |
| Binary | 11000100 | 11010 | 100110 | 0 | 1010111 | 1010001 | 10111 | 101100100 | 1001101 | 101100 |
Color Harmonies of #C41A26
Complementary color
Monochromatic Colors of #C41A26
Black with #C41A26
Text Example
Text Example
White with #C41A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A26; }
p { color: rgb(196,26,38); }
H1.HeaderClassName
{
color: #C41A26;
}
.AnyTagClassName
{
color: #C41A26;
}
</style>
background-color css
<style>
a { background-color: #C41A26; }
a { background-color: rgb(196,26,38); }
div.DivClassName
{
background-color: #C41A26;
}
.BgClassName
{
background-color: #C41A26;
}
</style>
border-color css
<style>
span { border-color: #C41A26; }
span { border-color: rgb(196,26,38); }
td.TdClassName
{
border-color: #C41A26;
}
.TagClassName
{
border-color: #C41A26;
}
</style>