Shades of Fire Engine Red #C31D25
Tints of Fire Engine Red #C31D25
RGB
CMYK
RGB Variations
Color information
#C31D25 (or 0xC31D25) is known color: Fire Engine Red. HEX triplet: C3, 1D and 25. RGB value is (195,29,37). Sum of RGB (Red+Green+Blue) = 195+29+37=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31D25 is #3CE2DA. Grayscale: #4F4F4F. Windows color (decimal): -3990235 or 2432451. OLE color: 2432451.
HSL color Cylindrical-coordinate representation of color #C31D25: hue angle of 357.11º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31D25 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 37 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.24 |
| HSL | 357.11º | 0.74% | 0.44% | - |
| HSV(B) | 357.11º | 0.85% | 0.76% | - |
| XYZ | 23.28 | 12.61 | 2.96 | - |
| YUV | 79.55 | 104 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 37 | 0 | 0.85 | 0.81 | 0.24 | 357.11 | 0.74 | 0.44 |
| Hex | C3 | 1D | 25 | 0 | 55 | 51 | 18 | 165 | 4A | 2C |
| Octal | 303 | 35 | 45 | 0 | 125 | 121 | 30 | 545 | 112 | 54 |
| Binary | 11000011 | 11101 | 100101 | 0 | 1010101 | 1010001 | 11000 | 101100101 | 1001010 | 101100 |
Color Harmonies of #C31D25
Complementary color
Monochromatic Colors of #C31D25
Black with #C31D25
Text Example
Text Example
White with #C31D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D25; }
p { color: rgb(195,29,37); }
H1.HeaderClassName
{
color: #C31D25;
}
.AnyTagClassName
{
color: #C31D25;
}
</style>
background-color css
<style>
a { background-color: #C31D25; }
a { background-color: rgb(195,29,37); }
div.DivClassName
{
background-color: #C31D25;
}
.BgClassName
{
background-color: #C31D25;
}
</style>
border-color css
<style>
span { border-color: #C31D25; }
span { border-color: rgb(195,29,37); }
td.TdClassName
{
border-color: #C31D25;
}
.TagClassName
{
border-color: #C31D25;
}
</style>