Shades of Fire Engine Red #C11829
Tints of Fire Engine Red #C11829
RGB
CMYK
RGB Variations
Color information
#C11829 (or 0xC11829) is known color: Fire Engine Red. HEX triplet: C1, 18 and 29. RGB value is (193,24,41). Sum of RGB (Red+Green+Blue) = 193+24+41=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C11829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11829 is #3EE7D6. Grayscale: #4C4C4C. Windows color (decimal): -4122583 or 2693313. OLE color: 2693313.
HSL color Cylindrical-coordinate representation of color #C11829: hue angle of 353.96º 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 #C11829 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 41 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.24 |
| HSL | 353.96º | 0.78% | 0.43% | - |
| HSV(B) | 353.96º | 0.88% | 0.76% | - |
| XYZ | 22.72 | 12.15 | 3.25 | - |
| YUV | 76.47 | 107.99 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 41 | 0 | 0.88 | 0.79 | 0.24 | 353.96 | 0.78 | 0.43 |
| Hex | C1 | 18 | 29 | 0 | 58 | 4F | 18 | 162 | 4E | 2B |
| Octal | 301 | 30 | 51 | 0 | 130 | 117 | 30 | 542 | 116 | 53 |
| Binary | 11000001 | 11000 | 101001 | 0 | 1011000 | 1001111 | 11000 | 101100010 | 1001110 | 101011 |
Color Harmonies of #C11829
Complementary color
Monochromatic Colors of #C11829
Black with #C11829
Text Example
Text Example
White with #C11829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11829; }
p { color: rgb(193,24,41); }
H1.HeaderClassName
{
color: #C11829;
}
.AnyTagClassName
{
color: #C11829;
}
</style>
background-color css
<style>
a { background-color: #C11829; }
a { background-color: rgb(193,24,41); }
div.DivClassName
{
background-color: #C11829;
}
.BgClassName
{
background-color: #C11829;
}
</style>
border-color css
<style>
span { border-color: #C11829; }
span { border-color: rgb(193,24,41); }
td.TdClassName
{
border-color: #C11829;
}
.TagClassName
{
border-color: #C11829;
}
</style>