Shades of Fire Engine Red #C41A20
Tints of Fire Engine Red #C41A20
RGB
CMYK
RGB Variations
Color information
#C41A20 (or 0xC41A20) is known color: Fire Engine Red. HEX triplet: C4, 1A and 20. RGB value is (196,26,32). Sum of RGB (Red+Green+Blue) = 196+26+32=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A20 is #3BE5DF. Grayscale: #4D4D4D. Windows color (decimal): -3925472 or 2104004. OLE color: 2104004.
HSL color Cylindrical-coordinate representation of color #C41A20: hue angle of 357.88º 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 #C41A20 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 32 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.23 |
| HSL | 357.88º | 0.77% | 0.44% | - |
| HSV(B) | 357.88º | 0.87% | 0.77% | - |
| XYZ | 23.4 | 12.58 | 2.56 | - |
| YUV | 77.51 | 102.32 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 32 | 0 | 0.87 | 0.84 | 0.23 | 357.88 | 0.77 | 0.44 |
| Hex | C4 | 1A | 20 | 0 | 57 | 54 | 17 | 166 | 4D | 2C |
| Octal | 304 | 32 | 40 | 0 | 127 | 124 | 27 | 546 | 115 | 54 |
| Binary | 11000100 | 11010 | 100000 | 0 | 1010111 | 1010100 | 10111 | 101100110 | 1001101 | 101100 |
Color Harmonies of #C41A20
Complementary color
Monochromatic Colors of #C41A20
Black with #C41A20
Text Example
Text Example
White with #C41A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A20; }
p { color: rgb(196,26,32); }
H1.HeaderClassName
{
color: #C41A20;
}
.AnyTagClassName
{
color: #C41A20;
}
</style>
background-color css
<style>
a { background-color: #C41A20; }
a { background-color: rgb(196,26,32); }
div.DivClassName
{
background-color: #C41A20;
}
.BgClassName
{
background-color: #C41A20;
}
</style>
border-color css
<style>
span { border-color: #C41A20; }
span { border-color: rgb(196,26,32); }
td.TdClassName
{
border-color: #C41A20;
}
.TagClassName
{
border-color: #C41A20;
}
</style>