Shades of Fire Engine Red #C01428
Tints of Fire Engine Red #C01428
RGB
CMYK
RGB Variations
Color information
#C01428 (or 0xC01428) is known color: Fire Engine Red. HEX triplet: C0, 14 and 28. RGB value is (192,20,40). Sum of RGB (Red+Green+Blue) = 192+20+40=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C01428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01428 is #3FEBD7. Grayscale: #494949. Windows color (decimal): -4189144 or 2626752. OLE color: 2626752.
HSL color Cylindrical-coordinate representation of color #C01428: hue angle of 353.02º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01428 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 40 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.25 |
| HSL | 353.02º | 0.81% | 0.42% | - |
| HSV(B) | 353.02º | 0.9% | 0.75% | - |
| XYZ | 22.37 | 11.86 | 3.12 | - |
| YUV | 73.71 | 108.98 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 40 | 0 | 0.90 | 0.79 | 0.25 | 353.02 | 0.81 | 0.42 |
| Hex | C0 | 14 | 28 | 0 | 5A | 4F | 19 | 161 | 51 | 2A |
| Octal | 300 | 24 | 50 | 0 | 132 | 117 | 31 | 541 | 121 | 52 |
| Binary | 11000000 | 10100 | 101000 | 0 | 1011010 | 1001111 | 11001 | 101100001 | 1010001 | 101010 |
Color Harmonies of #C01428
Complementary color
Monochromatic Colors of #C01428
Black with #C01428
Text Example
Text Example
White with #C01428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01428; }
p { color: rgb(192,20,40); }
H1.HeaderClassName
{
color: #C01428;
}
.AnyTagClassName
{
color: #C01428;
}
</style>
background-color css
<style>
a { background-color: #C01428; }
a { background-color: rgb(192,20,40); }
div.DivClassName
{
background-color: #C01428;
}
.BgClassName
{
background-color: #C01428;
}
</style>
border-color css
<style>
span { border-color: #C01428; }
span { border-color: rgb(192,20,40); }
td.TdClassName
{
border-color: #C01428;
}
.TagClassName
{
border-color: #C01428;
}
</style>