Shades of Fire Engine Red #C1112A
Tints of Fire Engine Red #C1112A
RGB
CMYK
RGB Variations
Color information
#C1112A (or 0xC1112A) is known color: Fire Engine Red. HEX triplet: C1, 11 and 2A. RGB value is (193,17,42). Sum of RGB (Red+Green+Blue) = 193+17+42=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C1112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1112A is #3EEED5. Grayscale: #484848. Windows color (decimal): -4124374 or 2757057. OLE color: 2757057.
HSL color Cylindrical-coordinate representation of color #C1112A: hue angle of 351.48º 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 #C1112A is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 42 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.24 |
| HSL | 351.48º | 0.84% | 0.41% | - |
| HSV(B) | 351.48º | 0.91% | 0.76% | - |
| XYZ | 22.61 | 11.91 | 3.3 | - |
| YUV | 72.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 42 | 0 | 0.91 | 0.78 | 0.24 | 351.48 | 0.84 | 0.41 |
| Hex | C1 | 11 | 2A | 0 | 5B | 4E | 18 | 15F | 54 | 29 |
| Octal | 301 | 21 | 52 | 0 | 133 | 116 | 30 | 537 | 124 | 51 |
| Binary | 11000001 | 10001 | 101010 | 0 | 1011011 | 1001110 | 11000 | 101011111 | 1010100 | 101001 |
Color Harmonies of #C1112A
Complementary color
Monochromatic Colors of #C1112A
Black with #C1112A
Text Example
Text Example
White with #C1112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1112A; }
p { color: rgb(193,17,42); }
H1.HeaderClassName
{
color: #C1112A;
}
.AnyTagClassName
{
color: #C1112A;
}
</style>
background-color css
<style>
a { background-color: #C1112A; }
a { background-color: rgb(193,17,42); }
div.DivClassName
{
background-color: #C1112A;
}
.BgClassName
{
background-color: #C1112A;
}
</style>
border-color css
<style>
span { border-color: #C1112A; }
span { border-color: rgb(193,17,42); }
td.TdClassName
{
border-color: #C1112A;
}
.TagClassName
{
border-color: #C1112A;
}
</style>