Shades of Fire Engine Red #C31619
Tints of Fire Engine Red #C31619
RGB
CMYK
RGB Variations
Color information
#C31619 (or 0xC31619) is known color: Fire Engine Red. HEX triplet: C3, 16 and 19. RGB value is (195,22,25). Sum of RGB (Red+Green+Blue) = 195+22+25=242 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.58% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 195 - color contains mainly: red. Hex color #C31619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31619 is #3CE9E6. Grayscale: #4A4A4A. Windows color (decimal): -3992039 or 1644227. OLE color: 1644227.
HSL color Cylindrical-coordinate representation of color #C31619: hue angle of 358.96º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31619 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 25 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.24 |
| HSL | 358.96º | 0.8% | 0.43% | - |
| HSV(B) | 358.96º | 0.89% | 0.76% | - |
| XYZ | 22.97 | 12.25 | 2.07 | - |
| YUV | 74.07 | 100.31 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 25 | 0 | 0.89 | 0.87 | 0.24 | 358.96 | 0.8 | 0.43 |
| Hex | C3 | 16 | 19 | 0 | 59 | 57 | 18 | 167 | 50 | 2B |
| Octal | 303 | 26 | 31 | 0 | 131 | 127 | 30 | 547 | 120 | 53 |
| Binary | 11000011 | 10110 | 11001 | 0 | 1011001 | 1010111 | 11000 | 101100111 | 1010000 | 101011 |
Color Harmonies of #C31619
Complementary color
Monochromatic Colors of #C31619
Black with #C31619
Text Example
Text Example
White with #C31619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31619; }
p { color: rgb(195,22,25); }
H1.HeaderClassName
{
color: #C31619;
}
.AnyTagClassName
{
color: #C31619;
}
</style>
background-color css
<style>
a { background-color: #C31619; }
a { background-color: rgb(195,22,25); }
div.DivClassName
{
background-color: #C31619;
}
.BgClassName
{
background-color: #C31619;
}
</style>
border-color css
<style>
span { border-color: #C31619; }
span { border-color: rgb(195,22,25); }
td.TdClassName
{
border-color: #C31619;
}
.TagClassName
{
border-color: #C31619;
}
</style>