Shades of Fire Engine Red #C31425
Tints of Fire Engine Red #C31425
RGB
CMYK
RGB Variations
Color information
#C31425 (or 0xC31425) is known color: Fire Engine Red. HEX triplet: C3, 14 and 25. RGB value is (195,20,37). Sum of RGB (Red+Green+Blue) = 195+20+37=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C31425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31425 is #3CEBDA. Grayscale: #4A4A4A. Windows color (decimal): -3992539 or 2430147. OLE color: 2430147.
HSL color Cylindrical-coordinate representation of color #C31425: hue angle of 354.17º degrees, saturation: 0.81, 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 #C31425 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 37 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.24 |
| HSL | 354.17º | 0.81% | 0.42% | - |
| HSV(B) | 354.17º | 0.9% | 0.76% | - |
| XYZ | 23.09 | 12.24 | 2.9 | - |
| YUV | 74.26 | 106.98 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 37 | 0 | 0.90 | 0.81 | 0.24 | 354.17 | 0.81 | 0.42 |
| Hex | C3 | 14 | 25 | 0 | 5A | 51 | 18 | 162 | 51 | 2A |
| Octal | 303 | 24 | 45 | 0 | 132 | 121 | 30 | 542 | 121 | 52 |
| Binary | 11000011 | 10100 | 100101 | 0 | 1011010 | 1010001 | 11000 | 101100010 | 1010001 | 101010 |
Color Harmonies of #C31425
Complementary color
Monochromatic Colors of #C31425
Black with #C31425
Text Example
Text Example
White with #C31425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31425; }
p { color: rgb(195,20,37); }
H1.HeaderClassName
{
color: #C31425;
}
.AnyTagClassName
{
color: #C31425;
}
</style>
background-color css
<style>
a { background-color: #C31425; }
a { background-color: rgb(195,20,37); }
div.DivClassName
{
background-color: #C31425;
}
.BgClassName
{
background-color: #C31425;
}
</style>
border-color css
<style>
span { border-color: #C31425; }
span { border-color: rgb(195,20,37); }
td.TdClassName
{
border-color: #C31425;
}
.TagClassName
{
border-color: #C31425;
}
</style>