Shades of Fire Engine Red #C1181D
Tints of Fire Engine Red #C1181D
RGB
CMYK
RGB Variations
Color information
#C1181D (or 0xC1181D) is known color: Fire Engine Red. HEX triplet: C1, 18 and 1D. RGB value is (193,24,29). Sum of RGB (Red+Green+Blue) = 193+24+29=246 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.46% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 193 - color contains mainly: red. Hex color #C1181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1181D is #3EE7E2. Grayscale: #4B4B4B. Windows color (decimal): -4122595 or 1906881. OLE color: 1906881.
HSL color Cylindrical-coordinate representation of color #C1181D: hue angle of 358.22º 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 #C1181D is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 29 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.24 |
| HSL | 358.22º | 0.78% | 0.43% | - |
| HSV(B) | 358.22º | 0.88% | 0.76% | - |
| XYZ | 22.54 | 12.08 | 2.31 | - |
| YUV | 75.1 | 101.99 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 29 | 0 | 0.88 | 0.85 | 0.24 | 358.22 | 0.78 | 0.43 |
| Hex | C1 | 18 | 1D | 0 | 58 | 55 | 18 | 166 | 4E | 2B |
| Octal | 301 | 30 | 35 | 0 | 130 | 125 | 30 | 546 | 116 | 53 |
| Binary | 11000001 | 11000 | 11101 | 0 | 1011000 | 1010101 | 11000 | 101100110 | 1001110 | 101011 |
Color Harmonies of #C1181D
Complementary color
Monochromatic Colors of #C1181D
Black with #C1181D
Text Example
Text Example
White with #C1181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1181D; }
p { color: rgb(193,24,29); }
H1.HeaderClassName
{
color: #C1181D;
}
.AnyTagClassName
{
color: #C1181D;
}
</style>
background-color css
<style>
a { background-color: #C1181D; }
a { background-color: rgb(193,24,29); }
div.DivClassName
{
background-color: #C1181D;
}
.BgClassName
{
background-color: #C1181D;
}
</style>
border-color css
<style>
span { border-color: #C1181D; }
span { border-color: rgb(193,24,29); }
td.TdClassName
{
border-color: #C1181D;
}
.TagClassName
{
border-color: #C1181D;
}
</style>