Shades of Fire Engine Red #C41322
Tints of Fire Engine Red #C41322
RGB
CMYK
RGB Variations
Color information
#C41322 (or 0xC41322) is known color: Fire Engine Red. HEX triplet: C4, 13 and 22. RGB value is (196,19,34). Sum of RGB (Red+Green+Blue) = 196+19+34=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C41322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41322 is #3BECDD. Grayscale: #494949. Windows color (decimal): -3927262 or 2233284. OLE color: 2233284.
HSL color Cylindrical-coordinate representation of color #C41322: hue angle of 354.92º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41322 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 34 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.23 |
| HSL | 354.92º | 0.82% | 0.42% | - |
| HSV(B) | 354.92º | 0.9% | 0.77% | - |
| XYZ | 23.29 | 12.32 | 2.66 | - |
| YUV | 73.63 | 105.64 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 34 | 0 | 0.90 | 0.83 | 0.23 | 354.92 | 0.82 | 0.42 |
| Hex | C4 | 13 | 22 | 0 | 5A | 53 | 17 | 163 | 52 | 2A |
| Octal | 304 | 23 | 42 | 0 | 132 | 123 | 27 | 543 | 122 | 52 |
| Binary | 11000100 | 10011 | 100010 | 0 | 1011010 | 1010011 | 10111 | 101100011 | 1010010 | 101010 |
Color Harmonies of #C41322
Complementary color
Monochromatic Colors of #C41322
Black with #C41322
Text Example
Text Example
White with #C41322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41322; }
p { color: rgb(196,19,34); }
H1.HeaderClassName
{
color: #C41322;
}
.AnyTagClassName
{
color: #C41322;
}
</style>
background-color css
<style>
a { background-color: #C41322; }
a { background-color: rgb(196,19,34); }
div.DivClassName
{
background-color: #C41322;
}
.BgClassName
{
background-color: #C41322;
}
</style>
border-color css
<style>
span { border-color: #C41322; }
span { border-color: rgb(196,19,34); }
td.TdClassName
{
border-color: #C41322;
}
.TagClassName
{
border-color: #C41322;
}
</style>