Shades of Fire Engine Red #C21D1F
Tints of Fire Engine Red #C21D1F
RGB
CMYK
RGB Variations
Color information
#C21D1F (or 0xC21D1F) is known color: Fire Engine Red. HEX triplet: C2, 1D and 1F. RGB value is (194,29,31). Sum of RGB (Red+Green+Blue) = 194+29+31=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21D1F is #3DE2E0. Grayscale: #4E4E4E. Windows color (decimal): -4055777 or 2039234. OLE color: 2039234.
HSL color Cylindrical-coordinate representation of color #C21D1F: hue angle of 359.27º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21D1F is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 29 | 31 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.24 |
| HSL | 359.27º | 0.74% | 0.44% | - |
| HSV(B) | 359.27º | 0.85% | 0.76% | - |
| XYZ | 22.93 | 12.45 | 2.49 | - |
| YUV | 78.56 | 101.16 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 31 | 0 | 0.85 | 0.84 | 0.24 | 359.27 | 0.74 | 0.44 |
| Hex | C2 | 1D | 1F | 0 | 55 | 54 | 18 | 167 | 4A | 2C |
| Octal | 302 | 35 | 37 | 0 | 125 | 124 | 30 | 547 | 112 | 54 |
| Binary | 11000010 | 11101 | 11111 | 0 | 1010101 | 1010100 | 11000 | 101100111 | 1001010 | 101100 |
Color Harmonies of #C21D1F
Complementary color
Monochromatic Colors of #C21D1F
Black with #C21D1F
Text Example
Text Example
White with #C21D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21D1F; }
p { color: rgb(194,29,31); }
H1.HeaderClassName
{
color: #C21D1F;
}
.AnyTagClassName
{
color: #C21D1F;
}
</style>
background-color css
<style>
a { background-color: #C21D1F; }
a { background-color: rgb(194,29,31); }
div.DivClassName
{
background-color: #C21D1F;
}
.BgClassName
{
background-color: #C21D1F;
}
</style>
border-color css
<style>
span { border-color: #C21D1F; }
span { border-color: rgb(194,29,31); }
td.TdClassName
{
border-color: #C21D1F;
}
.TagClassName
{
border-color: #C21D1F;
}
</style>