Shades of Fire Engine Red #C01028
Tints of Fire Engine Red #C01028
RGB
CMYK
RGB Variations
Color information
#C01028 (or 0xC01028) is known color: Fire Engine Red. HEX triplet: C0, 10 and 28. RGB value is (192,16,40). Sum of RGB (Red+Green+Blue) = 192+16+40=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C01028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01028 is #3FEFD7. Grayscale: #474747. Windows color (decimal): -4190168 or 2625728. OLE color: 2625728.
HSL color Cylindrical-coordinate representation of color #C01028: hue angle of 351.82º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01028 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 40 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.25 |
| HSL | 351.82º | 0.85% | 0.41% | - |
| HSV(B) | 351.82º | 0.92% | 0.75% | - |
| XYZ | 22.31 | 11.73 | 3.1 | - |
| YUV | 71.36 | 110.31 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 40 | 0 | 0.92 | 0.79 | 0.25 | 351.82 | 0.85 | 0.41 |
| Hex | C0 | 10 | 28 | 0 | 5C | 4F | 19 | 160 | 55 | 29 |
| Octal | 300 | 20 | 50 | 0 | 134 | 117 | 31 | 540 | 125 | 51 |
| Binary | 11000000 | 10000 | 101000 | 0 | 1011100 | 1001111 | 11001 | 101100000 | 1010101 | 101001 |
Color Harmonies of #C01028
Complementary color
Monochromatic Colors of #C01028
Black with #C01028
Text Example
Text Example
White with #C01028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01028; }
p { color: rgb(192,16,40); }
H1.HeaderClassName
{
color: #C01028;
}
.AnyTagClassName
{
color: #C01028;
}
</style>
background-color css
<style>
a { background-color: #C01028; }
a { background-color: rgb(192,16,40); }
div.DivClassName
{
background-color: #C01028;
}
.BgClassName
{
background-color: #C01028;
}
</style>
border-color css
<style>
span { border-color: #C01028; }
span { border-color: rgb(192,16,40); }
td.TdClassName
{
border-color: #C01028;
}
.TagClassName
{
border-color: #C01028;
}
</style>