Shades of Fire Engine Red #C41125
Tints of Fire Engine Red #C41125
RGB
CMYK
RGB Variations
Color information
#C41125 (or 0xC41125) is known color: Fire Engine Red. HEX triplet: C4, 11 and 25. RGB value is (196,17,37). Sum of RGB (Red+Green+Blue) = 196+17+37=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C41125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41125 is #3BEEDA. Grayscale: #484848. Windows color (decimal): -3927771 or 2429380. OLE color: 2429380.
HSL color Cylindrical-coordinate representation of color #C41125: hue angle of 353.3º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41125 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 37 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.23 |
| HSL | 353.3º | 0.84% | 0.42% | - |
| HSV(B) | 353.3º | 0.91% | 0.77% | - |
| XYZ | 23.3 | 12.27 | 2.89 | - |
| YUV | 72.8 | 107.8 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 37 | 0 | 0.91 | 0.81 | 0.23 | 353.3 | 0.84 | 0.42 |
| Hex | C4 | 11 | 25 | 0 | 5B | 51 | 17 | 161 | 54 | 2A |
| Octal | 304 | 21 | 45 | 0 | 133 | 121 | 27 | 541 | 124 | 52 |
| Binary | 11000100 | 10001 | 100101 | 0 | 1011011 | 1010001 | 10111 | 101100001 | 1010100 | 101010 |
Color Harmonies of #C41125
Complementary color
Monochromatic Colors of #C41125
Black with #C41125
Text Example
Text Example
White with #C41125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41125; }
p { color: rgb(196,17,37); }
H1.HeaderClassName
{
color: #C41125;
}
.AnyTagClassName
{
color: #C41125;
}
</style>
background-color css
<style>
a { background-color: #C41125; }
a { background-color: rgb(196,17,37); }
div.DivClassName
{
background-color: #C41125;
}
.BgClassName
{
background-color: #C41125;
}
</style>
border-color css
<style>
span { border-color: #C41125; }
span { border-color: rgb(196,17,37); }
td.TdClassName
{
border-color: #C41125;
}
.TagClassName
{
border-color: #C41125;
}
</style>