Shades of Fire Engine Red #C11623
Tints of Fire Engine Red #C11623
RGB
CMYK
RGB Variations
Color information
#C11623 (or 0xC11623) is known color: Fire Engine Red. HEX triplet: C1, 16 and 23. RGB value is (193,22,35). Sum of RGB (Red+Green+Blue) = 193+22+35=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C11623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11623 is #3EE9DC. Grayscale: #4A4A4A. Windows color (decimal): -4123101 or 2299585. OLE color: 2299585.
HSL color Cylindrical-coordinate representation of color #C11623: hue angle of 355.44º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11623 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 35 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.24 |
| HSL | 355.44º | 0.8% | 0.42% | - |
| HSV(B) | 355.44º | 0.89% | 0.76% | - |
| XYZ | 22.58 | 12.03 | 2.72 | - |
| YUV | 74.61 | 105.65 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 35 | 0 | 0.89 | 0.82 | 0.24 | 355.44 | 0.8 | 0.42 |
| Hex | C1 | 16 | 23 | 0 | 59 | 52 | 18 | 163 | 50 | 2A |
| Octal | 301 | 26 | 43 | 0 | 131 | 122 | 30 | 543 | 120 | 52 |
| Binary | 11000001 | 10110 | 100011 | 0 | 1011001 | 1010010 | 11000 | 101100011 | 1010000 | 101010 |
Color Harmonies of #C11623
Complementary color
Monochromatic Colors of #C11623
Black with #C11623
Text Example
Text Example
White with #C11623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11623; }
p { color: rgb(193,22,35); }
H1.HeaderClassName
{
color: #C11623;
}
.AnyTagClassName
{
color: #C11623;
}
</style>
background-color css
<style>
a { background-color: #C11623; }
a { background-color: rgb(193,22,35); }
div.DivClassName
{
background-color: #C11623;
}
.BgClassName
{
background-color: #C11623;
}
</style>
border-color css
<style>
span { border-color: #C11623; }
span { border-color: rgb(193,22,35); }
td.TdClassName
{
border-color: #C11623;
}
.TagClassName
{
border-color: #C11623;
}
</style>