Shades of Fire Engine Red #C41A25
Tints of Fire Engine Red #C41A25
RGB
CMYK
RGB Variations
Color information
#C41A25 (or 0xC41A25) is known color: Fire Engine Red. HEX triplet: C4, 1A and 25. RGB value is (196,26,37). Sum of RGB (Red+Green+Blue) = 196+26+37=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A25 is #3BE5DA. Grayscale: #4E4E4E. Windows color (decimal): -3925467 or 2431684. OLE color: 2431684.
HSL color Cylindrical-coordinate representation of color #C41A25: hue angle of 356.12º 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 #C41A25 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 37 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.23 |
| HSL | 356.12º | 0.77% | 0.44% | - |
| HSV(B) | 356.12º | 0.87% | 0.77% | - |
| XYZ | 23.47 | 12.61 | 2.95 | - |
| YUV | 78.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 37 | 0 | 0.87 | 0.81 | 0.23 | 356.12 | 0.77 | 0.44 |
| Hex | C4 | 1A | 25 | 0 | 57 | 51 | 17 | 164 | 4D | 2C |
| Octal | 304 | 32 | 45 | 0 | 127 | 121 | 27 | 544 | 115 | 54 |
| Binary | 11000100 | 11010 | 100101 | 0 | 1010111 | 1010001 | 10111 | 101100100 | 1001101 | 101100 |
Color Harmonies of #C41A25
Complementary color
Monochromatic Colors of #C41A25
Black with #C41A25
Text Example
Text Example
White with #C41A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A25; }
p { color: rgb(196,26,37); }
H1.HeaderClassName
{
color: #C41A25;
}
.AnyTagClassName
{
color: #C41A25;
}
</style>
background-color css
<style>
a { background-color: #C41A25; }
a { background-color: rgb(196,26,37); }
div.DivClassName
{
background-color: #C41A25;
}
.BgClassName
{
background-color: #C41A25;
}
</style>
border-color css
<style>
span { border-color: #C41A25; }
span { border-color: rgb(196,26,37); }
td.TdClassName
{
border-color: #C41A25;
}
.TagClassName
{
border-color: #C41A25;
}
</style>