Shades of Fire Engine Red #C2181E
Tints of Fire Engine Red #C2181E
RGB
CMYK
RGB Variations
Color information
#C2181E (or 0xC2181E) is known color: Fire Engine Red. HEX triplet: C2, 18 and 1E. RGB value is (194,24,30). Sum of RGB (Red+Green+Blue) = 194+24+30=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C2181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2181E is #3DE7E1. Grayscale: #4B4B4B. Windows color (decimal): -4057058 or 1972418. OLE color: 1972418.
HSL color Cylindrical-coordinate representation of color #C2181E: hue angle of 357.88º 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 #C2181E is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 30 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.24 |
| HSL | 357.88º | 0.78% | 0.43% | - |
| HSV(B) | 357.88º | 0.88% | 0.76% | - |
| XYZ | 22.81 | 12.22 | 2.38 | - |
| YUV | 75.51 | 102.32 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 30 | 0 | 0.88 | 0.85 | 0.24 | 357.88 | 0.78 | 0.43 |
| Hex | C2 | 18 | 1E | 0 | 58 | 55 | 18 | 166 | 4E | 2B |
| Octal | 302 | 30 | 36 | 0 | 130 | 125 | 30 | 546 | 116 | 53 |
| Binary | 11000010 | 11000 | 11110 | 0 | 1011000 | 1010101 | 11000 | 101100110 | 1001110 | 101011 |
Color Harmonies of #C2181E
Complementary color
Monochromatic Colors of #C2181E
Black with #C2181E
Text Example
Text Example
White with #C2181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2181E; }
p { color: rgb(194,24,30); }
H1.HeaderClassName
{
color: #C2181E;
}
.AnyTagClassName
{
color: #C2181E;
}
</style>
background-color css
<style>
a { background-color: #C2181E; }
a { background-color: rgb(194,24,30); }
div.DivClassName
{
background-color: #C2181E;
}
.BgClassName
{
background-color: #C2181E;
}
</style>
border-color css
<style>
span { border-color: #C2181E; }
span { border-color: rgb(194,24,30); }
td.TdClassName
{
border-color: #C2181E;
}
.TagClassName
{
border-color: #C2181E;
}
</style>