Shades of Fire Engine Red #C42129
Tints of Fire Engine Red #C42129
RGB
CMYK
RGB Variations
Color information
#C42129 (or 0xC42129) is known color: Fire Engine Red. HEX triplet: C4, 21 and 29. RGB value is (196,33,41). Sum of RGB (Red+Green+Blue) = 196+33+41=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C42129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42129 is #3BDED6. Grayscale: #525252. Windows color (decimal): -3923671 or 2695620. OLE color: 2695620.
HSL color Cylindrical-coordinate representation of color #C42129: hue angle of 357.06º 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 #C42129 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 41 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.23 |
| HSL | 357.06º | 0.71% | 0.45% | - |
| HSV(B) | 357.06º | 0.83% | 0.77% | - |
| XYZ | 23.71 | 12.98 | 3.35 | - |
| YUV | 82.65 | 104.5 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 41 | 0 | 0.83 | 0.79 | 0.23 | 357.06 | 0.71 | 0.45 |
| Hex | C4 | 21 | 29 | 0 | 53 | 4F | 17 | 165 | 47 | 2D |
| Octal | 304 | 41 | 51 | 0 | 123 | 117 | 27 | 545 | 107 | 55 |
| Binary | 11000100 | 100001 | 101001 | 0 | 1010011 | 1001111 | 10111 | 101100101 | 1000111 | 101101 |
Color Harmonies of #C42129
Complementary color
Monochromatic Colors of #C42129
Black with #C42129
Text Example
Text Example
White with #C42129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42129; }
p { color: rgb(196,33,41); }
H1.HeaderClassName
{
color: #C42129;
}
.AnyTagClassName
{
color: #C42129;
}
</style>
background-color css
<style>
a { background-color: #C42129; }
a { background-color: rgb(196,33,41); }
div.DivClassName
{
background-color: #C42129;
}
.BgClassName
{
background-color: #C42129;
}
</style>
border-color css
<style>
span { border-color: #C42129; }
span { border-color: rgb(196,33,41); }
td.TdClassName
{
border-color: #C42129;
}
.TagClassName
{
border-color: #C42129;
}
</style>