Shades of Fire Engine Red #C21F29
Tints of Fire Engine Red #C21F29
RGB
CMYK
RGB Variations
Color information
#C21F29 (or 0xC21F29) is known color: Fire Engine Red. HEX triplet: C2, 1F and 29. RGB value is (194,31,41). Sum of RGB (Red+Green+Blue) = 194+31+41=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F29 is #3DE0D6. Grayscale: #515151. Windows color (decimal): -4055255 or 2695106. OLE color: 2695106.
HSL color Cylindrical-coordinate representation of color #C21F29: hue angle of 356.32º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F29 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 41 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.24 |
| HSL | 356.32º | 0.72% | 0.44% | - |
| HSV(B) | 356.32º | 0.84% | 0.76% | - |
| XYZ | 23.14 | 12.61 | 3.31 | - |
| YUV | 80.88 | 105.5 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 41 | 0 | 0.84 | 0.79 | 0.24 | 356.32 | 0.72 | 0.44 |
| Hex | C2 | 1F | 29 | 0 | 54 | 4F | 18 | 164 | 48 | 2C |
| Octal | 302 | 37 | 51 | 0 | 124 | 117 | 30 | 544 | 110 | 54 |
| Binary | 11000010 | 11111 | 101001 | 0 | 1010100 | 1001111 | 11000 | 101100100 | 1001000 | 101100 |
Color Harmonies of #C21F29
Complementary color
Monochromatic Colors of #C21F29
Black with #C21F29
Text Example
Text Example
White with #C21F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F29; }
p { color: rgb(194,31,41); }
H1.HeaderClassName
{
color: #C21F29;
}
.AnyTagClassName
{
color: #C21F29;
}
</style>
background-color css
<style>
a { background-color: #C21F29; }
a { background-color: rgb(194,31,41); }
div.DivClassName
{
background-color: #C21F29;
}
.BgClassName
{
background-color: #C21F29;
}
</style>
border-color css
<style>
span { border-color: #C21F29; }
span { border-color: rgb(194,31,41); }
td.TdClassName
{
border-color: #C21F29;
}
.TagClassName
{
border-color: #C21F29;
}
</style>