Shades of Fire Engine Red #C41022
Tints of Fire Engine Red #C41022
RGB
CMYK
RGB Variations
Color information
#C41022 (or 0xC41022) is known color: Fire Engine Red. HEX triplet: C4, 10 and 22. RGB value is (196,16,34). Sum of RGB (Red+Green+Blue) = 196+16+34=246 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.67% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 196 - color contains mainly: red. Hex color #C41022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41022 is #3BEFDD. Grayscale: #474747. Windows color (decimal): -3928030 or 2232516. OLE color: 2232516.
HSL color Cylindrical-coordinate representation of color #C41022: hue angle of 354º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C41022 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 34 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.23 |
| HSL | 354º | 0.85% | 0.42% | - |
| HSV(B) | 354º | 0.92% | 0.77% | - |
| XYZ | 23.24 | 12.22 | 2.65 | - |
| YUV | 71.87 | 106.63 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 34 | 0 | 0.92 | 0.83 | 0.23 | 354 | 0.85 | 0.42 |
| Hex | C4 | 10 | 22 | 0 | 5C | 53 | 17 | 162 | 55 | 2A |
| Octal | 304 | 20 | 42 | 0 | 134 | 123 | 27 | 542 | 125 | 52 |
| Binary | 11000100 | 10000 | 100010 | 0 | 1011100 | 1010011 | 10111 | 101100010 | 1010101 | 101010 |
Color Harmonies of #C41022
Complementary color
Monochromatic Colors of #C41022
Black with #C41022
Text Example
Text Example
White with #C41022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41022; }
p { color: rgb(196,16,34); }
H1.HeaderClassName
{
color: #C41022;
}
.AnyTagClassName
{
color: #C41022;
}
</style>
background-color css
<style>
a { background-color: #C41022; }
a { background-color: rgb(196,16,34); }
div.DivClassName
{
background-color: #C41022;
}
.BgClassName
{
background-color: #C41022;
}
</style>
border-color css
<style>
span { border-color: #C41022; }
span { border-color: rgb(196,16,34); }
td.TdClassName
{
border-color: #C41022;
}
.TagClassName
{
border-color: #C41022;
}
</style>