Shades of Fire Engine Red #C21329
Tints of Fire Engine Red #C21329
RGB
CMYK
RGB Variations
Color information
#C21329 (or 0xC21329) is known color: Fire Engine Red. HEX triplet: C2, 13 and 29. RGB value is (194,19,41). Sum of RGB (Red+Green+Blue) = 194+19+41=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C21329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21329 is #3DECD6. Grayscale: #494949. Windows color (decimal): -4058327 or 2692034. OLE color: 2692034.
HSL color Cylindrical-coordinate representation of color #C21329: hue angle of 352.46º degrees, saturation: 0.82, 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 #C21329 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 41 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.24 |
| HSL | 352.46º | 0.82% | 0.42% | - |
| HSV(B) | 352.46º | 0.9% | 0.76% | - |
| XYZ | 22.88 | 12.1 | 3.23 | - |
| YUV | 73.83 | 109.48 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 41 | 0 | 0.90 | 0.79 | 0.24 | 352.46 | 0.82 | 0.42 |
| Hex | C2 | 13 | 29 | 0 | 5A | 4F | 18 | 160 | 52 | 2A |
| Octal | 302 | 23 | 51 | 0 | 132 | 117 | 30 | 540 | 122 | 52 |
| Binary | 11000010 | 10011 | 101001 | 0 | 1011010 | 1001111 | 11000 | 101100000 | 1010010 | 101010 |
Color Harmonies of #C21329
Complementary color
Monochromatic Colors of #C21329
Black with #C21329
Text Example
Text Example
White with #C21329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21329; }
p { color: rgb(194,19,41); }
H1.HeaderClassName
{
color: #C21329;
}
.AnyTagClassName
{
color: #C21329;
}
</style>
background-color css
<style>
a { background-color: #C21329; }
a { background-color: rgb(194,19,41); }
div.DivClassName
{
background-color: #C21329;
}
.BgClassName
{
background-color: #C21329;
}
</style>
border-color css
<style>
span { border-color: #C21329; }
span { border-color: rgb(194,19,41); }
td.TdClassName
{
border-color: #C21329;
}
.TagClassName
{
border-color: #C21329;
}
</style>