Shades of Fire Engine Red #C21829
Tints of Fire Engine Red #C21829
RGB
CMYK
RGB Variations
Color information
#C21829 (or 0xC21829) is known color: Fire Engine Red. HEX triplet: C2, 18 and 29. RGB value is (194,24,41). Sum of RGB (Red+Green+Blue) = 194+24+41=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C21829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21829 is #3DE7D6. Grayscale: #4C4C4C. Windows color (decimal): -4057047 or 2693314. OLE color: 2693314.
HSL color Cylindrical-coordinate representation of color #C21829: hue angle of 354º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21829 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 41 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.24 |
| HSL | 354º | 0.78% | 0.43% | - |
| HSV(B) | 354º | 0.88% | 0.76% | - |
| XYZ | 22.98 | 12.28 | 3.26 | - |
| YUV | 76.77 | 107.82 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 41 | 0 | 0.88 | 0.79 | 0.24 | 354 | 0.78 | 0.43 |
| Hex | C2 | 18 | 29 | 0 | 58 | 4F | 18 | 162 | 4E | 2B |
| Octal | 302 | 30 | 51 | 0 | 130 | 117 | 30 | 542 | 116 | 53 |
| Binary | 11000010 | 11000 | 101001 | 0 | 1011000 | 1001111 | 11000 | 101100010 | 1001110 | 101011 |
Color Harmonies of #C21829
Complementary color
Monochromatic Colors of #C21829
Black with #C21829
Text Example
Text Example
White with #C21829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21829; }
p { color: rgb(194,24,41); }
H1.HeaderClassName
{
color: #C21829;
}
.AnyTagClassName
{
color: #C21829;
}
</style>
background-color css
<style>
a { background-color: #C21829; }
a { background-color: rgb(194,24,41); }
div.DivClassName
{
background-color: #C21829;
}
.BgClassName
{
background-color: #C21829;
}
</style>
border-color css
<style>
span { border-color: #C21829; }
span { border-color: rgb(194,24,41); }
td.TdClassName
{
border-color: #C21829;
}
.TagClassName
{
border-color: #C21829;
}
</style>