Shades of Fire Engine Red #C3112A
Tints of Fire Engine Red #C3112A
RGB
CMYK
RGB Variations
Color information
#C3112A (or 0xC3112A) is known color: Fire Engine Red. HEX triplet: C3, 11 and 2A. RGB value is (195,17,42). Sum of RGB (Red+Green+Blue) = 195+17+42=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C3112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3112A is #3CEED5. Grayscale: #494949. Windows color (decimal): -3993302 or 2757059. OLE color: 2757059.
HSL color Cylindrical-coordinate representation of color #C3112A: hue angle of 351.57º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3112A is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 42 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.24 |
| HSL | 351.57º | 0.84% | 0.42% | - |
| HSV(B) | 351.57º | 0.91% | 0.76% | - |
| XYZ | 23.12 | 12.17 | 3.32 | - |
| YUV | 73.07 | 110.47 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 42 | 0 | 0.91 | 0.78 | 0.24 | 351.57 | 0.84 | 0.42 |
| Hex | C3 | 11 | 2A | 0 | 5B | 4E | 18 | 160 | 54 | 2A |
| Octal | 303 | 21 | 52 | 0 | 133 | 116 | 30 | 540 | 124 | 52 |
| Binary | 11000011 | 10001 | 101010 | 0 | 1011011 | 1001110 | 11000 | 101100000 | 1010100 | 101010 |
Color Harmonies of #C3112A
Complementary color
Monochromatic Colors of #C3112A
Black with #C3112A
Text Example
Text Example
White with #C3112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3112A; }
p { color: rgb(195,17,42); }
H1.HeaderClassName
{
color: #C3112A;
}
.AnyTagClassName
{
color: #C3112A;
}
</style>
background-color css
<style>
a { background-color: #C3112A; }
a { background-color: rgb(195,17,42); }
div.DivClassName
{
background-color: #C3112A;
}
.BgClassName
{
background-color: #C3112A;
}
</style>
border-color css
<style>
span { border-color: #C3112A; }
span { border-color: rgb(195,17,42); }
td.TdClassName
{
border-color: #C3112A;
}
.TagClassName
{
border-color: #C3112A;
}
</style>