Shades of Fire Engine Red #C41222
Tints of Fire Engine Red #C41222
RGB
CMYK
RGB Variations
Color information
#C41222 (or 0xC41222) is known color: Fire Engine Red. HEX triplet: C4, 12 and 22. RGB value is (196,18,34). Sum of RGB (Red+Green+Blue) = 196+18+34=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C41222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41222 is #3BEDDD. Grayscale: #494949. Windows color (decimal): -3927518 or 2233028. OLE color: 2233028.
HSL color Cylindrical-coordinate representation of color #C41222: hue angle of 354.61º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41222 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 34 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.23 |
| HSL | 354.61º | 0.83% | 0.42% | - |
| HSV(B) | 354.61º | 0.91% | 0.77% | - |
| XYZ | 23.27 | 12.28 | 2.66 | - |
| YUV | 73.05 | 105.97 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 34 | 0 | 0.91 | 0.83 | 0.23 | 354.61 | 0.83 | 0.42 |
| Hex | C4 | 12 | 22 | 0 | 5B | 53 | 17 | 163 | 53 | 2A |
| Octal | 304 | 22 | 42 | 0 | 133 | 123 | 27 | 543 | 123 | 52 |
| Binary | 11000100 | 10010 | 100010 | 0 | 1011011 | 1010011 | 10111 | 101100011 | 1010011 | 101010 |
Color Harmonies of #C41222
Complementary color
Monochromatic Colors of #C41222
Black with #C41222
Text Example
Text Example
White with #C41222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41222; }
p { color: rgb(196,18,34); }
H1.HeaderClassName
{
color: #C41222;
}
.AnyTagClassName
{
color: #C41222;
}
</style>
background-color css
<style>
a { background-color: #C41222; }
a { background-color: rgb(196,18,34); }
div.DivClassName
{
background-color: #C41222;
}
.BgClassName
{
background-color: #C41222;
}
</style>
border-color css
<style>
span { border-color: #C41222; }
span { border-color: rgb(196,18,34); }
td.TdClassName
{
border-color: #C41222;
}
.TagClassName
{
border-color: #C41222;
}
</style>