Shades of Fire Engine Red #C31427
Tints of Fire Engine Red #C31427
RGB
CMYK
RGB Variations
Color information
#C31427 (or 0xC31427) is known color: Fire Engine Red. HEX triplet: C3, 14 and 27. RGB value is (195,20,39). Sum of RGB (Red+Green+Blue) = 195+20+39=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C31427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31427 is #3CEBD8. Grayscale: #4A4A4A. Windows color (decimal): -3992537 or 2561219. OLE color: 2561219.
HSL color Cylindrical-coordinate representation of color #C31427: hue angle of 353.49º 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 #C31427 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 39 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.24 |
| HSL | 353.49º | 0.81% | 0.42% | - |
| HSV(B) | 353.49º | 0.9% | 0.76% | - |
| XYZ | 23.12 | 12.25 | 3.07 | - |
| YUV | 74.49 | 107.98 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 39 | 0 | 0.90 | 0.80 | 0.24 | 353.49 | 0.81 | 0.42 |
| Hex | C3 | 14 | 27 | 0 | 5A | 50 | 18 | 161 | 51 | 2A |
| Octal | 303 | 24 | 47 | 0 | 132 | 120 | 30 | 541 | 121 | 52 |
| Binary | 11000011 | 10100 | 100111 | 0 | 1011010 | 1010000 | 11000 | 101100001 | 1010001 | 101010 |
Color Harmonies of #C31427
Complementary color
Monochromatic Colors of #C31427
Black with #C31427
Text Example
Text Example
White with #C31427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31427; }
p { color: rgb(195,20,39); }
H1.HeaderClassName
{
color: #C31427;
}
.AnyTagClassName
{
color: #C31427;
}
</style>
background-color css
<style>
a { background-color: #C31427; }
a { background-color: rgb(195,20,39); }
div.DivClassName
{
background-color: #C31427;
}
.BgClassName
{
background-color: #C31427;
}
</style>
border-color css
<style>
span { border-color: #C31427; }
span { border-color: rgb(195,20,39); }
td.TdClassName
{
border-color: #C31427;
}
.TagClassName
{
border-color: #C31427;
}
</style>