Shades of Fire Engine Red #C11724
Tints of Fire Engine Red #C11724
RGB
CMYK
RGB Variations
Color information
#C11724 (or 0xC11724) is known color: Fire Engine Red. HEX triplet: C1, 17 and 24. RGB value is (193,23,36). Sum of RGB (Red+Green+Blue) = 193+23+36=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C11724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11724 is #3EE8DB. Grayscale: #4B4B4B. Windows color (decimal): -4122844 or 2365377. OLE color: 2365377.
HSL color Cylindrical-coordinate representation of color #C11724: hue angle of 355.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11724 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 36 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.24 |
| HSL | 355.41º | 0.79% | 0.42% | - |
| HSV(B) | 355.41º | 0.88% | 0.76% | - |
| XYZ | 22.62 | 12.08 | 2.81 | - |
| YUV | 75.31 | 105.82 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 36 | 0 | 0.88 | 0.81 | 0.24 | 355.41 | 0.79 | 0.42 |
| Hex | C1 | 17 | 24 | 0 | 58 | 51 | 18 | 163 | 4F | 2A |
| Octal | 301 | 27 | 44 | 0 | 130 | 121 | 30 | 543 | 117 | 52 |
| Binary | 11000001 | 10111 | 100100 | 0 | 1011000 | 1010001 | 11000 | 101100011 | 1001111 | 101010 |
Color Harmonies of #C11724
Complementary color
Monochromatic Colors of #C11724
Black with #C11724
Text Example
Text Example
White with #C11724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11724; }
p { color: rgb(193,23,36); }
H1.HeaderClassName
{
color: #C11724;
}
.AnyTagClassName
{
color: #C11724;
}
</style>
background-color css
<style>
a { background-color: #C11724; }
a { background-color: rgb(193,23,36); }
div.DivClassName
{
background-color: #C11724;
}
.BgClassName
{
background-color: #C11724;
}
</style>
border-color css
<style>
span { border-color: #C11724; }
span { border-color: rgb(193,23,36); }
td.TdClassName
{
border-color: #C11724;
}
.TagClassName
{
border-color: #C11724;
}
</style>