Shades of Fire Engine Red #C41A1D
Tints of Fire Engine Red #C41A1D
RGB
CMYK
RGB Variations
Color information
#C41A1D (or 0xC41A1D) is known color: Fire Engine Red. HEX triplet: C4, 1A and 1D. RGB value is (196,26,29). Sum of RGB (Red+Green+Blue) = 196+26+29=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A1D is #3BE5E2. Grayscale: #4D4D4D. Windows color (decimal): -3925475 or 1907396. OLE color: 1907396.
HSL color Cylindrical-coordinate representation of color #C41A1D: hue angle of 358.94º 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 #C41A1D is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 29 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.23 |
| HSL | 358.94º | 0.77% | 0.44% | - |
| HSV(B) | 358.94º | 0.87% | 0.77% | - |
| XYZ | 23.36 | 12.56 | 2.36 | - |
| YUV | 77.17 | 100.82 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 29 | 0 | 0.87 | 0.85 | 0.23 | 358.94 | 0.77 | 0.44 |
| Hex | C4 | 1A | 1D | 0 | 57 | 55 | 17 | 167 | 4D | 2C |
| Octal | 304 | 32 | 35 | 0 | 127 | 125 | 27 | 547 | 115 | 54 |
| Binary | 11000100 | 11010 | 11101 | 0 | 1010111 | 1010101 | 10111 | 101100111 | 1001101 | 101100 |
Color Harmonies of #C41A1D
Complementary color
Monochromatic Colors of #C41A1D
Black with #C41A1D
Text Example
Text Example
White with #C41A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A1D; }
p { color: rgb(196,26,29); }
H1.HeaderClassName
{
color: #C41A1D;
}
.AnyTagClassName
{
color: #C41A1D;
}
</style>
background-color css
<style>
a { background-color: #C41A1D; }
a { background-color: rgb(196,26,29); }
div.DivClassName
{
background-color: #C41A1D;
}
.BgClassName
{
background-color: #C41A1D;
}
</style>
border-color css
<style>
span { border-color: #C41A1D; }
span { border-color: rgb(196,26,29); }
td.TdClassName
{
border-color: #C41A1D;
}
.TagClassName
{
border-color: #C41A1D;
}
</style>