Shades of Fire Engine Red #C21A1C
Tints of Fire Engine Red #C21A1C
RGB
CMYK
RGB Variations
Color information
#C21A1C (or 0xC21A1C) is known color: Fire Engine Red. HEX triplet: C2, 1A and 1C. RGB value is (194,26,28). Sum of RGB (Red+Green+Blue) = 194+26+28=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21A1C is #3DE5E3. Grayscale: #4C4C4C. Windows color (decimal): -4056548 or 1841858. OLE color: 1841858.
HSL color Cylindrical-coordinate representation of color #C21A1C: hue angle of 359.29º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21A1C is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 28 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.24 |
| HSL | 359.29º | 0.76% | 0.43% | - |
| HSV(B) | 359.29º | 0.87% | 0.76% | - |
| XYZ | 22.83 | 12.29 | 2.27 | - |
| YUV | 76.46 | 100.66 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 28 | 0 | 0.87 | 0.86 | 0.24 | 359.29 | 0.76 | 0.43 |
| Hex | C2 | 1A | 1C | 0 | 57 | 56 | 18 | 167 | 4C | 2B |
| Octal | 302 | 32 | 34 | 0 | 127 | 126 | 30 | 547 | 114 | 53 |
| Binary | 11000010 | 11010 | 11100 | 0 | 1010111 | 1010110 | 11000 | 101100111 | 1001100 | 101011 |
Color Harmonies of #C21A1C
Complementary color
Monochromatic Colors of #C21A1C
Black with #C21A1C
Text Example
Text Example
White with #C21A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A1C; }
p { color: rgb(194,26,28); }
H1.HeaderClassName
{
color: #C21A1C;
}
.AnyTagClassName
{
color: #C21A1C;
}
</style>
background-color css
<style>
a { background-color: #C21A1C; }
a { background-color: rgb(194,26,28); }
div.DivClassName
{
background-color: #C21A1C;
}
.BgClassName
{
background-color: #C21A1C;
}
</style>
border-color css
<style>
span { border-color: #C21A1C; }
span { border-color: rgb(194,26,28); }
td.TdClassName
{
border-color: #C21A1C;
}
.TagClassName
{
border-color: #C21A1C;
}
</style>