Shades of Fire Engine Red #C31325
Tints of Fire Engine Red #C31325
RGB
CMYK
RGB Variations
Color information
#C31325 (or 0xC31325) is known color: Fire Engine Red. HEX triplet: C3, 13 and 25. RGB value is (195,19,37). Sum of RGB (Red+Green+Blue) = 195+19+37=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C31325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31325 is #3CECDA. Grayscale: #494949. Windows color (decimal): -3992795 or 2429891. OLE color: 2429891.
HSL color Cylindrical-coordinate representation of color #C31325: hue angle of 353.86º 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 #C31325 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 37 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.24 |
| HSL | 353.86º | 0.82% | 0.42% | - |
| HSV(B) | 353.86º | 0.9% | 0.76% | - |
| XYZ | 23.07 | 12.2 | 2.89 | - |
| YUV | 73.68 | 107.31 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 37 | 0 | 0.90 | 0.81 | 0.24 | 353.86 | 0.82 | 0.42 |
| Hex | C3 | 13 | 25 | 0 | 5A | 51 | 18 | 162 | 52 | 2A |
| Octal | 303 | 23 | 45 | 0 | 132 | 121 | 30 | 542 | 122 | 52 |
| Binary | 11000011 | 10011 | 100101 | 0 | 1011010 | 1010001 | 11000 | 101100010 | 1010010 | 101010 |
Color Harmonies of #C31325
Complementary color
Monochromatic Colors of #C31325
Black with #C31325
Text Example
Text Example
White with #C31325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31325; }
p { color: rgb(195,19,37); }
H1.HeaderClassName
{
color: #C31325;
}
.AnyTagClassName
{
color: #C31325;
}
</style>
background-color css
<style>
a { background-color: #C31325; }
a { background-color: rgb(195,19,37); }
div.DivClassName
{
background-color: #C31325;
}
.BgClassName
{
background-color: #C31325;
}
</style>
border-color css
<style>
span { border-color: #C31325; }
span { border-color: rgb(195,19,37); }
td.TdClassName
{
border-color: #C31325;
}
.TagClassName
{
border-color: #C31325;
}
</style>