Shades of Fire Engine Red #C31428
Tints of Fire Engine Red #C31428
RGB
CMYK
RGB Variations
Color information
#C31428 (or 0xC31428) is known color: Fire Engine Red. HEX triplet: C3, 14 and 28. RGB value is (195,20,40). Sum of RGB (Red+Green+Blue) = 195+20+40=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C31428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31428 is #3CEBD7. Grayscale: #4A4A4A. Windows color (decimal): -3992536 or 2626755. OLE color: 2626755.
HSL color Cylindrical-coordinate representation of color #C31428: hue angle of 353.14º 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 #C31428 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 40 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.24 |
| HSL | 353.14º | 0.81% | 0.42% | - |
| HSV(B) | 353.14º | 0.9% | 0.76% | - |
| XYZ | 23.14 | 12.26 | 3.15 | - |
| YUV | 74.61 | 108.48 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 40 | 0 | 0.90 | 0.79 | 0.24 | 353.14 | 0.81 | 0.42 |
| Hex | C3 | 14 | 28 | 0 | 5A | 4F | 18 | 161 | 51 | 2A |
| Octal | 303 | 24 | 50 | 0 | 132 | 117 | 30 | 541 | 121 | 52 |
| Binary | 11000011 | 10100 | 101000 | 0 | 1011010 | 1001111 | 11000 | 101100001 | 1010001 | 101010 |
Color Harmonies of #C31428
Complementary color
Monochromatic Colors of #C31428
Black with #C31428
Text Example
Text Example
White with #C31428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31428; }
p { color: rgb(195,20,40); }
H1.HeaderClassName
{
color: #C31428;
}
.AnyTagClassName
{
color: #C31428;
}
</style>
background-color css
<style>
a { background-color: #C31428; }
a { background-color: rgb(195,20,40); }
div.DivClassName
{
background-color: #C31428;
}
.BgClassName
{
background-color: #C31428;
}
</style>
border-color css
<style>
span { border-color: #C31428; }
span { border-color: rgb(195,20,40); }
td.TdClassName
{
border-color: #C31428;
}
.TagClassName
{
border-color: #C31428;
}
</style>