Shades of Fire Engine Red #C1112B
Tints of Fire Engine Red #C1112B
RGB
CMYK
RGB Variations
Color information
#C1112B (or 0xC1112B) is known color: Fire Engine Red. HEX triplet: C1, 11 and 2B. RGB value is (193,17,43). Sum of RGB (Red+Green+Blue) = 193+17+43=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C1112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1112B is #3EEED4. Grayscale: #484848. Windows color (decimal): -4124373 or 2822593. OLE color: 2822593.
HSL color Cylindrical-coordinate representation of color #C1112B: hue angle of 351.14º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1112B is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 43 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.24 |
| HSL | 351.14º | 0.84% | 0.41% | - |
| HSV(B) | 351.14º | 0.91% | 0.76% | - |
| XYZ | 22.63 | 11.91 | 3.39 | - |
| YUV | 72.59 | 111.31 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 43 | 0 | 0.91 | 0.78 | 0.24 | 351.14 | 0.84 | 0.41 |
| Hex | C1 | 11 | 2B | 0 | 5B | 4E | 18 | 15F | 54 | 29 |
| Octal | 301 | 21 | 53 | 0 | 133 | 116 | 30 | 537 | 124 | 51 |
| Binary | 11000001 | 10001 | 101011 | 0 | 1011011 | 1001110 | 11000 | 101011111 | 1010100 | 101001 |
Color Harmonies of #C1112B
Complementary color
Monochromatic Colors of #C1112B
Black with #C1112B
Text Example
Text Example
White with #C1112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1112B; }
p { color: rgb(193,17,43); }
H1.HeaderClassName
{
color: #C1112B;
}
.AnyTagClassName
{
color: #C1112B;
}
</style>
background-color css
<style>
a { background-color: #C1112B; }
a { background-color: rgb(193,17,43); }
div.DivClassName
{
background-color: #C1112B;
}
.BgClassName
{
background-color: #C1112B;
}
</style>
border-color css
<style>
span { border-color: #C1112B; }
span { border-color: rgb(193,17,43); }
td.TdClassName
{
border-color: #C1112B;
}
.TagClassName
{
border-color: #C1112B;
}
</style>