Shades of Fire Engine Red #C41A21
Tints of Fire Engine Red #C41A21
RGB
CMYK
RGB Variations
Color information
#C41A21 (or 0xC41A21) is known color: Fire Engine Red. HEX triplet: C4, 1A and 21. RGB value is (196,26,33). Sum of RGB (Red+Green+Blue) = 196+26+33=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A21 is #3BE5DE. Grayscale: #4D4D4D. Windows color (decimal): -3925471 or 2169540. OLE color: 2169540.
HSL color Cylindrical-coordinate representation of color #C41A21: hue angle of 357.53º 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 #C41A21 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 33 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.23 |
| HSL | 357.53º | 0.77% | 0.44% | - |
| HSV(B) | 357.53º | 0.87% | 0.77% | - |
| XYZ | 23.41 | 12.58 | 2.63 | - |
| YUV | 77.63 | 102.82 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 33 | 0 | 0.87 | 0.83 | 0.23 | 357.53 | 0.77 | 0.44 |
| Hex | C4 | 1A | 21 | 0 | 57 | 53 | 17 | 166 | 4D | 2C |
| Octal | 304 | 32 | 41 | 0 | 127 | 123 | 27 | 546 | 115 | 54 |
| Binary | 11000100 | 11010 | 100001 | 0 | 1010111 | 1010011 | 10111 | 101100110 | 1001101 | 101100 |
Color Harmonies of #C41A21
Complementary color
Monochromatic Colors of #C41A21
Black with #C41A21
Text Example
Text Example
White with #C41A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A21; }
p { color: rgb(196,26,33); }
H1.HeaderClassName
{
color: #C41A21;
}
.AnyTagClassName
{
color: #C41A21;
}
</style>
background-color css
<style>
a { background-color: #C41A21; }
a { background-color: rgb(196,26,33); }
div.DivClassName
{
background-color: #C41A21;
}
.BgClassName
{
background-color: #C41A21;
}
</style>
border-color css
<style>
span { border-color: #C41A21; }
span { border-color: rgb(196,26,33); }
td.TdClassName
{
border-color: #C41A21;
}
.TagClassName
{
border-color: #C41A21;
}
</style>