Shades of Fire Engine Red #C21429
Tints of Fire Engine Red #C21429
RGB
CMYK
RGB Variations
Color information
#C21429 (or 0xC21429) is known color: Fire Engine Red. HEX triplet: C2, 14 and 29. RGB value is (194,20,41). Sum of RGB (Red+Green+Blue) = 194+20+41=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C21429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21429 is #3DEBD6. Grayscale: #4A4A4A. Windows color (decimal): -4058071 or 2692290. OLE color: 2692290.
HSL color Cylindrical-coordinate representation of color #C21429: hue angle of 352.76º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21429 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 41 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.24 |
| HSL | 352.76º | 0.81% | 0.42% | - |
| HSV(B) | 352.76º | 0.9% | 0.76% | - |
| XYZ | 22.9 | 12.13 | 3.23 | - |
| YUV | 74.42 | 109.15 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 41 | 0 | 0.90 | 0.79 | 0.24 | 352.76 | 0.81 | 0.42 |
| Hex | C2 | 14 | 29 | 0 | 5A | 4F | 18 | 161 | 51 | 2A |
| Octal | 302 | 24 | 51 | 0 | 132 | 117 | 30 | 541 | 121 | 52 |
| Binary | 11000010 | 10100 | 101001 | 0 | 1011010 | 1001111 | 11000 | 101100001 | 1010001 | 101010 |
Color Harmonies of #C21429
Complementary color
Monochromatic Colors of #C21429
Black with #C21429
Text Example
Text Example
White with #C21429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21429; }
p { color: rgb(194,20,41); }
H1.HeaderClassName
{
color: #C21429;
}
.AnyTagClassName
{
color: #C21429;
}
</style>
background-color css
<style>
a { background-color: #C21429; }
a { background-color: rgb(194,20,41); }
div.DivClassName
{
background-color: #C21429;
}
.BgClassName
{
background-color: #C21429;
}
</style>
border-color css
<style>
span { border-color: #C21429; }
span { border-color: rgb(194,20,41); }
td.TdClassName
{
border-color: #C21429;
}
.TagClassName
{
border-color: #C21429;
}
</style>