Shades of Fire Engine Red #C3131F
Tints of Fire Engine Red #C3131F
RGB
CMYK
RGB Variations
Color information
#C3131F (or 0xC3131F) is known color: Fire Engine Red. HEX triplet: C3, 13 and 1F. RGB value is (195,19,31). Sum of RGB (Red+Green+Blue) = 195+19+31=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C3131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3131F is #3CECE0. Grayscale: #494949. Windows color (decimal): -3992801 or 2036675. OLE color: 2036675.
HSL color Cylindrical-coordinate representation of color #C3131F: hue angle of 355.91º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3131F is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 31 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.24 |
| HSL | 355.91º | 0.82% | 0.42% | - |
| HSV(B) | 355.91º | 0.9% | 0.76% | - |
| XYZ | 22.99 | 12.17 | 2.43 | - |
| YUV | 72.99 | 104.31 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 31 | 0 | 0.90 | 0.84 | 0.24 | 355.91 | 0.82 | 0.42 |
| Hex | C3 | 13 | 1F | 0 | 5A | 54 | 18 | 164 | 52 | 2A |
| Octal | 303 | 23 | 37 | 0 | 132 | 124 | 30 | 544 | 122 | 52 |
| Binary | 11000011 | 10011 | 11111 | 0 | 1011010 | 1010100 | 11000 | 101100100 | 1010010 | 101010 |
Color Harmonies of #C3131F
Complementary color
Monochromatic Colors of #C3131F
Black with #C3131F
Text Example
Text Example
White with #C3131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3131F; }
p { color: rgb(195,19,31); }
H1.HeaderClassName
{
color: #C3131F;
}
.AnyTagClassName
{
color: #C3131F;
}
</style>
background-color css
<style>
a { background-color: #C3131F; }
a { background-color: rgb(195,19,31); }
div.DivClassName
{
background-color: #C3131F;
}
.BgClassName
{
background-color: #C3131F;
}
</style>
border-color css
<style>
span { border-color: #C3131F; }
span { border-color: rgb(195,19,31); }
td.TdClassName
{
border-color: #C3131F;
}
.TagClassName
{
border-color: #C3131F;
}
</style>