Shades of Fire Engine Red #C2112B
Tints of Fire Engine Red #C2112B
RGB
CMYK
RGB Variations
Color information
#C2112B (or 0xC2112B) is known color: Fire Engine Red. HEX triplet: C2, 11 and 2B. RGB value is (194,17,43). Sum of RGB (Red+Green+Blue) = 194+17+43=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C2112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2112B is #3DEED4. Grayscale: #484848. Windows color (decimal): -4058837 or 2822594. OLE color: 2822594.
HSL color Cylindrical-coordinate representation of color #C2112B: hue angle of 351.19º 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 #C2112B is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 43 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.24 |
| HSL | 351.19º | 0.84% | 0.41% | - |
| HSV(B) | 351.19º | 0.91% | 0.76% | - |
| XYZ | 22.88 | 12.04 | 3.4 | - |
| YUV | 72.89 | 111.14 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 43 | 0 | 0.91 | 0.78 | 0.24 | 351.19 | 0.84 | 0.41 |
| Hex | C2 | 11 | 2B | 0 | 5B | 4E | 18 | 15F | 54 | 29 |
| Octal | 302 | 21 | 53 | 0 | 133 | 116 | 30 | 537 | 124 | 51 |
| Binary | 11000010 | 10001 | 101011 | 0 | 1011011 | 1001110 | 11000 | 101011111 | 1010100 | 101001 |
Color Harmonies of #C2112B
Complementary color
Monochromatic Colors of #C2112B
Black with #C2112B
Text Example
Text Example
White with #C2112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2112B; }
p { color: rgb(194,17,43); }
H1.HeaderClassName
{
color: #C2112B;
}
.AnyTagClassName
{
color: #C2112B;
}
</style>
background-color css
<style>
a { background-color: #C2112B; }
a { background-color: rgb(194,17,43); }
div.DivClassName
{
background-color: #C2112B;
}
.BgClassName
{
background-color: #C2112B;
}
</style>
border-color css
<style>
span { border-color: #C2112B; }
span { border-color: rgb(194,17,43); }
td.TdClassName
{
border-color: #C2112B;
}
.TagClassName
{
border-color: #C2112B;
}
</style>