Shades of Fire Engine Red #C11021
Tints of Fire Engine Red #C11021
RGB
CMYK
RGB Variations
Color information
#C11021 (or 0xC11021) is known color: Fire Engine Red. HEX triplet: C1, 10 and 21. RGB value is (193,16,33). Sum of RGB (Red+Green+Blue) = 193+16+33=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C11021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11021 is #3EEFDE. Grayscale: #464646. Windows color (decimal): -4124639 or 2166977. OLE color: 2166977.
HSL color Cylindrical-coordinate representation of color #C11021: hue angle of 354.24º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11021 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 33 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.24 |
| HSL | 354.24º | 0.85% | 0.41% | - |
| HSV(B) | 354.24º | 0.92% | 0.76% | - |
| XYZ | 22.45 | 11.82 | 2.54 | - |
| YUV | 70.86 | 106.64 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 33 | 0 | 0.92 | 0.83 | 0.24 | 354.24 | 0.85 | 0.41 |
| Hex | C1 | 10 | 21 | 0 | 5C | 53 | 18 | 162 | 55 | 29 |
| Octal | 301 | 20 | 41 | 0 | 134 | 123 | 30 | 542 | 125 | 51 |
| Binary | 11000001 | 10000 | 100001 | 0 | 1011100 | 1010011 | 11000 | 101100010 | 1010101 | 101001 |
Color Harmonies of #C11021
Complementary color
Monochromatic Colors of #C11021
Black with #C11021
Text Example
Text Example
White with #C11021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11021; }
p { color: rgb(193,16,33); }
H1.HeaderClassName
{
color: #C11021;
}
.AnyTagClassName
{
color: #C11021;
}
</style>
background-color css
<style>
a { background-color: #C11021; }
a { background-color: rgb(193,16,33); }
div.DivClassName
{
background-color: #C11021;
}
.BgClassName
{
background-color: #C11021;
}
</style>
border-color css
<style>
span { border-color: #C11021; }
span { border-color: rgb(193,16,33); }
td.TdClassName
{
border-color: #C11021;
}
.TagClassName
{
border-color: #C11021;
}
</style>