Shades of Fire Engine Red #C41529
Tints of Fire Engine Red #C41529
RGB
CMYK
RGB Variations
Color information
#C41529 (or 0xC41529) is known color: Fire Engine Red. HEX triplet: C4, 15 and 29. RGB value is (196,21,41). Sum of RGB (Red+Green+Blue) = 196+21+41=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C41529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41529 is #3BEAD6. Grayscale: #4B4B4B. Windows color (decimal): -3926743 or 2692548. OLE color: 2692548.
HSL color Cylindrical-coordinate representation of color #C41529: hue angle of 353.14º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41529 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 41 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.23 |
| HSL | 353.14º | 0.81% | 0.43% | - |
| HSV(B) | 353.14º | 0.89% | 0.77% | - |
| XYZ | 23.43 | 12.43 | 3.26 | - |
| YUV | 75.61 | 108.48 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 41 | 0 | 0.89 | 0.79 | 0.23 | 353.14 | 0.81 | 0.43 |
| Hex | C4 | 15 | 29 | 0 | 59 | 4F | 17 | 161 | 51 | 2B |
| Octal | 304 | 25 | 51 | 0 | 131 | 117 | 27 | 541 | 121 | 53 |
| Binary | 11000100 | 10101 | 101001 | 0 | 1011001 | 1001111 | 10111 | 101100001 | 1010001 | 101011 |
Color Harmonies of #C41529
Complementary color
Monochromatic Colors of #C41529
Black with #C41529
Text Example
Text Example
White with #C41529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41529; }
p { color: rgb(196,21,41); }
H1.HeaderClassName
{
color: #C41529;
}
.AnyTagClassName
{
color: #C41529;
}
</style>
background-color css
<style>
a { background-color: #C41529; }
a { background-color: rgb(196,21,41); }
div.DivClassName
{
background-color: #C41529;
}
.BgClassName
{
background-color: #C41529;
}
</style>
border-color css
<style>
span { border-color: #C41529; }
span { border-color: rgb(196,21,41); }
td.TdClassName
{
border-color: #C41529;
}
.TagClassName
{
border-color: #C41529;
}
</style>