Shades of Fire Engine Red #C11025
Tints of Fire Engine Red #C11025
RGB
CMYK
RGB Variations
Color information
#C11025 (or 0xC11025) is known color: Fire Engine Red. HEX triplet: C1, 10 and 25. RGB value is (193,16,37). Sum of RGB (Red+Green+Blue) = 193+16+37=246 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.46% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 193 - color contains mainly: red. Hex color #C11025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11025 is #3EEFDA. Grayscale: #474747. Windows color (decimal): -4124635 or 2429121. OLE color: 2429121.
HSL color Cylindrical-coordinate representation of color #C11025: hue angle of 352.88º 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 #C11025 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 37 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.24 |
| HSL | 352.88º | 0.85% | 0.41% | - |
| HSV(B) | 352.88º | 0.92% | 0.76% | - |
| XYZ | 22.51 | 11.84 | 2.85 | - |
| YUV | 71.32 | 108.64 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 37 | 0 | 0.92 | 0.81 | 0.24 | 352.88 | 0.85 | 0.41 |
| Hex | C1 | 10 | 25 | 0 | 5C | 51 | 18 | 161 | 55 | 29 |
| Octal | 301 | 20 | 45 | 0 | 134 | 121 | 30 | 541 | 125 | 51 |
| Binary | 11000001 | 10000 | 100101 | 0 | 1011100 | 1010001 | 11000 | 101100001 | 1010101 | 101001 |
Color Harmonies of #C11025
Complementary color
Monochromatic Colors of #C11025
Black with #C11025
Text Example
Text Example
White with #C11025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11025; }
p { color: rgb(193,16,37); }
H1.HeaderClassName
{
color: #C11025;
}
.AnyTagClassName
{
color: #C11025;
}
</style>
background-color css
<style>
a { background-color: #C11025; }
a { background-color: rgb(193,16,37); }
div.DivClassName
{
background-color: #C11025;
}
.BgClassName
{
background-color: #C11025;
}
</style>
border-color css
<style>
span { border-color: #C11025; }
span { border-color: rgb(193,16,37); }
td.TdClassName
{
border-color: #C11025;
}
.TagClassName
{
border-color: #C11025;
}
</style>