Shades of Fire Engine Red #C41A1B
Tints of Fire Engine Red #C41A1B
RGB
CMYK
RGB Variations
Color information
#C41A1B (or 0xC41A1B) is known color: Fire Engine Red. HEX triplet: C4, 1A and 1B. RGB value is (196,26,27). Sum of RGB (Red+Green+Blue) = 196+26+27=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A1B is #3BE5E4. Grayscale: #4D4D4D. Windows color (decimal): -3925477 or 1776324. OLE color: 1776324.
HSL color Cylindrical-coordinate representation of color #C41A1B: hue angle of 359.65º 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 #C41A1B is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 27 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.23 |
| HSL | 359.65º | 0.77% | 0.44% | - |
| HSV(B) | 359.65º | 0.87% | 0.77% | - |
| XYZ | 23.33 | 12.55 | 2.23 | - |
| YUV | 76.94 | 99.82 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 27 | 0 | 0.87 | 0.86 | 0.23 | 359.65 | 0.77 | 0.44 |
| Hex | C4 | 1A | 1B | 0 | 57 | 56 | 17 | 168 | 4D | 2C |
| Octal | 304 | 32 | 33 | 0 | 127 | 126 | 27 | 550 | 115 | 54 |
| Binary | 11000100 | 11010 | 11011 | 0 | 1010111 | 1010110 | 10111 | 101101000 | 1001101 | 101100 |
Color Harmonies of #C41A1B
Complementary color
Monochromatic Colors of #C41A1B
Black with #C41A1B
Text Example
Text Example
White with #C41A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A1B; }
p { color: rgb(196,26,27); }
H1.HeaderClassName
{
color: #C41A1B;
}
.AnyTagClassName
{
color: #C41A1B;
}
</style>
background-color css
<style>
a { background-color: #C41A1B; }
a { background-color: rgb(196,26,27); }
div.DivClassName
{
background-color: #C41A1B;
}
.BgClassName
{
background-color: #C41A1B;
}
</style>
border-color css
<style>
span { border-color: #C41A1B; }
span { border-color: rgb(196,26,27); }
td.TdClassName
{
border-color: #C41A1B;
}
.TagClassName
{
border-color: #C41A1B;
}
</style>