Shades of Fire Engine Red #C3112B
Tints of Fire Engine Red #C3112B
RGB
CMYK
RGB Variations
Color information
#C3112B (or 0xC3112B) is known color: Fire Engine Red. HEX triplet: C3, 11 and 2B. RGB value is (195,17,43). Sum of RGB (Red+Green+Blue) = 195+17+43=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C3112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3112B is #3CEED4. Grayscale: #494949. Windows color (decimal): -3993301 or 2822595. OLE color: 2822595.
HSL color Cylindrical-coordinate representation of color #C3112B: hue angle of 351.24º 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 #C3112B is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 43 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.24 |
| HSL | 351.24º | 0.84% | 0.42% | - |
| HSV(B) | 351.24º | 0.91% | 0.76% | - |
| XYZ | 23.14 | 12.18 | 3.42 | - |
| YUV | 73.19 | 110.97 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 43 | 0 | 0.91 | 0.78 | 0.24 | 351.24 | 0.84 | 0.42 |
| Hex | C3 | 11 | 2B | 0 | 5B | 4E | 18 | 15F | 54 | 2A |
| Octal | 303 | 21 | 53 | 0 | 133 | 116 | 30 | 537 | 124 | 52 |
| Binary | 11000011 | 10001 | 101011 | 0 | 1011011 | 1001110 | 11000 | 101011111 | 1010100 | 101010 |
Color Harmonies of #C3112B
Complementary color
Monochromatic Colors of #C3112B
Black with #C3112B
Text Example
Text Example
White with #C3112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3112B; }
p { color: rgb(195,17,43); }
H1.HeaderClassName
{
color: #C3112B;
}
.AnyTagClassName
{
color: #C3112B;
}
</style>
background-color css
<style>
a { background-color: #C3112B; }
a { background-color: rgb(195,17,43); }
div.DivClassName
{
background-color: #C3112B;
}
.BgClassName
{
background-color: #C3112B;
}
</style>
border-color css
<style>
span { border-color: #C3112B; }
span { border-color: rgb(195,17,43); }
td.TdClassName
{
border-color: #C3112B;
}
.TagClassName
{
border-color: #C3112B;
}
</style>