Shades of Fire Engine Red #C31120
Tints of Fire Engine Red #C31120
RGB
CMYK
RGB Variations
Color information
#C31120 (or 0xC31120) is known color: Fire Engine Red. HEX triplet: C3, 11 and 20. RGB value is (195,17,32). Sum of RGB (Red+Green+Blue) = 195+17+32=244 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.92% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 195 - color contains mainly: red. Hex color #C31120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31120 is #3CEEDF. Grayscale: #484848. Windows color (decimal): -3993312 or 2101699. OLE color: 2101699.
HSL color Cylindrical-coordinate representation of color #C31120: hue angle of 354.94º 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 #C31120 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 32 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.24 |
| HSL | 354.94º | 0.84% | 0.42% | - |
| HSV(B) | 354.94º | 0.91% | 0.76% | - |
| XYZ | 22.97 | 12.11 | 2.49 | - |
| YUV | 71.93 | 105.47 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 32 | 0 | 0.91 | 0.84 | 0.24 | 354.94 | 0.84 | 0.42 |
| Hex | C3 | 11 | 20 | 0 | 5B | 54 | 18 | 163 | 54 | 2A |
| Octal | 303 | 21 | 40 | 0 | 133 | 124 | 30 | 543 | 124 | 52 |
| Binary | 11000011 | 10001 | 100000 | 0 | 1011011 | 1010100 | 11000 | 101100011 | 1010100 | 101010 |
Color Harmonies of #C31120
Complementary color
Monochromatic Colors of #C31120
Black with #C31120
Text Example
Text Example
White with #C31120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31120; }
p { color: rgb(195,17,32); }
H1.HeaderClassName
{
color: #C31120;
}
.AnyTagClassName
{
color: #C31120;
}
</style>
background-color css
<style>
a { background-color: #C31120; }
a { background-color: rgb(195,17,32); }
div.DivClassName
{
background-color: #C31120;
}
.BgClassName
{
background-color: #C31120;
}
</style>
border-color css
<style>
span { border-color: #C31120; }
span { border-color: rgb(195,17,32); }
td.TdClassName
{
border-color: #C31120;
}
.TagClassName
{
border-color: #C31120;
}
</style>