Shades of Fire Engine Red #C2191D
Tints of Fire Engine Red #C2191D
RGB
CMYK
RGB Variations
Color information
#C2191D (or 0xC2191D) is known color: Fire Engine Red. HEX triplet: C2, 19 and 1D. RGB value is (194,25,29). Sum of RGB (Red+Green+Blue) = 194+25+29=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C2191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2191D is #3DE6E2. Grayscale: #4C4C4C. Windows color (decimal): -4056803 or 1907138. OLE color: 1907138.
HSL color Cylindrical-coordinate representation of color #C2191D: hue angle of 358.58º degrees, saturation: 0.77, 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 #C2191D is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 29 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.24 |
| HSL | 358.58º | 0.77% | 0.43% | - |
| HSV(B) | 358.58º | 0.87% | 0.76% | - |
| XYZ | 22.82 | 12.25 | 2.32 | - |
| YUV | 75.99 | 101.49 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 29 | 0 | 0.87 | 0.85 | 0.24 | 358.58 | 0.77 | 0.43 |
| Hex | C2 | 19 | 1D | 0 | 57 | 55 | 18 | 167 | 4D | 2B |
| Octal | 302 | 31 | 35 | 0 | 127 | 125 | 30 | 547 | 115 | 53 |
| Binary | 11000010 | 11001 | 11101 | 0 | 1010111 | 1010101 | 11000 | 101100111 | 1001101 | 101011 |
Color Harmonies of #C2191D
Complementary color
Monochromatic Colors of #C2191D
Black with #C2191D
Text Example
Text Example
White with #C2191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2191D; }
p { color: rgb(194,25,29); }
H1.HeaderClassName
{
color: #C2191D;
}
.AnyTagClassName
{
color: #C2191D;
}
</style>
background-color css
<style>
a { background-color: #C2191D; }
a { background-color: rgb(194,25,29); }
div.DivClassName
{
background-color: #C2191D;
}
.BgClassName
{
background-color: #C2191D;
}
</style>
border-color css
<style>
span { border-color: #C2191D; }
span { border-color: rgb(194,25,29); }
td.TdClassName
{
border-color: #C2191D;
}
.TagClassName
{
border-color: #C2191D;
}
</style>