Shades of Fire Engine Red #C42122
Tints of Fire Engine Red #C42122
RGB
CMYK
RGB Variations
Color information
#C42122 (or 0xC42122) is known color: Fire Engine Red. HEX triplet: C4, 21 and 22. RGB value is (196,33,34). Sum of RGB (Red+Green+Blue) = 196+33+34=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C42122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42122 is #3BDEDD. Grayscale: #525252. Windows color (decimal): -3923678 or 2236868. OLE color: 2236868.
HSL color Cylindrical-coordinate representation of color #C42122: hue angle of 359.63º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42122 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 34 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.23 |
| HSL | 359.63º | 0.71% | 0.45% | - |
| HSV(B) | 359.63º | 0.83% | 0.77% | - |
| XYZ | 23.6 | 12.94 | 2.77 | - |
| YUV | 81.85 | 101 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 34 | 0 | 0.83 | 0.83 | 0.23 | 359.63 | 0.71 | 0.45 |
| Hex | C4 | 21 | 22 | 0 | 53 | 53 | 17 | 168 | 47 | 2D |
| Octal | 304 | 41 | 42 | 0 | 123 | 123 | 27 | 550 | 107 | 55 |
| Binary | 11000100 | 100001 | 100010 | 0 | 1010011 | 1010011 | 10111 | 101101000 | 1000111 | 101101 |
Color Harmonies of #C42122
Complementary color
Monochromatic Colors of #C42122
Black with #C42122
Text Example
Text Example
White with #C42122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42122; }
p { color: rgb(196,33,34); }
H1.HeaderClassName
{
color: #C42122;
}
.AnyTagClassName
{
color: #C42122;
}
</style>
background-color css
<style>
a { background-color: #C42122; }
a { background-color: rgb(196,33,34); }
div.DivClassName
{
background-color: #C42122;
}
.BgClassName
{
background-color: #C42122;
}
</style>
border-color css
<style>
span { border-color: #C42122; }
span { border-color: rgb(196,33,34); }
td.TdClassName
{
border-color: #C42122;
}
.TagClassName
{
border-color: #C42122;
}
</style>