Shades of Fire Engine Red #C41120
Tints of Fire Engine Red #C41120
RGB
CMYK
RGB Variations
Color information
#C41120 (or 0xC41120) is known color: Fire Engine Red. HEX triplet: C4, 11 and 20. RGB value is (196,17,32). Sum of RGB (Red+Green+Blue) = 196+17+32=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C41120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41120 is #3BEEDF. Grayscale: #484848. Windows color (decimal): -3927776 or 2101700. OLE color: 2101700.
HSL color Cylindrical-coordinate representation of color #C41120: hue angle of 354.97º 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 #C41120 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 32 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.23 |
| HSL | 354.97º | 0.84% | 0.42% | - |
| HSV(B) | 354.97º | 0.91% | 0.77% | - |
| XYZ | 23.23 | 12.24 | 2.51 | - |
| YUV | 72.23 | 105.3 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 32 | 0 | 0.91 | 0.84 | 0.23 | 354.97 | 0.84 | 0.42 |
| Hex | C4 | 11 | 20 | 0 | 5B | 54 | 17 | 163 | 54 | 2A |
| Octal | 304 | 21 | 40 | 0 | 133 | 124 | 27 | 543 | 124 | 52 |
| Binary | 11000100 | 10001 | 100000 | 0 | 1011011 | 1010100 | 10111 | 101100011 | 1010100 | 101010 |
Color Harmonies of #C41120
Complementary color
Monochromatic Colors of #C41120
Black with #C41120
Text Example
Text Example
White with #C41120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41120; }
p { color: rgb(196,17,32); }
H1.HeaderClassName
{
color: #C41120;
}
.AnyTagClassName
{
color: #C41120;
}
</style>
background-color css
<style>
a { background-color: #C41120; }
a { background-color: rgb(196,17,32); }
div.DivClassName
{
background-color: #C41120;
}
.BgClassName
{
background-color: #C41120;
}
</style>
border-color css
<style>
span { border-color: #C41120; }
span { border-color: rgb(196,17,32); }
td.TdClassName
{
border-color: #C41120;
}
.TagClassName
{
border-color: #C41120;
}
</style>