Shades of Fire Engine Red #C41A1C
Tints of Fire Engine Red #C41A1C
RGB
CMYK
RGB Variations
Color information
#C41A1C (or 0xC41A1C) is known color: Fire Engine Red. HEX triplet: C4, 1A and 1C. RGB value is (196,26,28). Sum of RGB (Red+Green+Blue) = 196+26+28=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A1C is #3BE5E3. Grayscale: #4D4D4D. Windows color (decimal): -3925476 or 1841860. OLE color: 1841860.
HSL color Cylindrical-coordinate representation of color #C41A1C: hue angle of 359.29º 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 #C41A1C is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 28 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.23 |
| HSL | 359.29º | 0.77% | 0.44% | - |
| HSV(B) | 359.29º | 0.87% | 0.77% | - |
| XYZ | 23.34 | 12.56 | 2.29 | - |
| YUV | 77.06 | 100.32 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 28 | 0 | 0.87 | 0.86 | 0.23 | 359.29 | 0.77 | 0.44 |
| Hex | C4 | 1A | 1C | 0 | 57 | 56 | 17 | 167 | 4D | 2C |
| Octal | 304 | 32 | 34 | 0 | 127 | 126 | 27 | 547 | 115 | 54 |
| Binary | 11000100 | 11010 | 11100 | 0 | 1010111 | 1010110 | 10111 | 101100111 | 1001101 | 101100 |
Color Harmonies of #C41A1C
Complementary color
Monochromatic Colors of #C41A1C
Black with #C41A1C
Text Example
Text Example
White with #C41A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A1C; }
p { color: rgb(196,26,28); }
H1.HeaderClassName
{
color: #C41A1C;
}
.AnyTagClassName
{
color: #C41A1C;
}
</style>
background-color css
<style>
a { background-color: #C41A1C; }
a { background-color: rgb(196,26,28); }
div.DivClassName
{
background-color: #C41A1C;
}
.BgClassName
{
background-color: #C41A1C;
}
</style>
border-color css
<style>
span { border-color: #C41A1C; }
span { border-color: rgb(196,26,28); }
td.TdClassName
{
border-color: #C41A1C;
}
.TagClassName
{
border-color: #C41A1C;
}
</style>