Shades of Fire Engine Red #C01027
Tints of Fire Engine Red #C01027
RGB
CMYK
RGB Variations
Color information
#C01027 (or 0xC01027) is known color: Fire Engine Red. HEX triplet: C0, 10 and 27. RGB value is (192,16,39). Sum of RGB (Red+Green+Blue) = 192+16+39=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C01027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01027 is #3FEFD8. Grayscale: #474747. Windows color (decimal): -4190169 or 2560192. OLE color: 2560192.
HSL color Cylindrical-coordinate representation of color #C01027: hue angle of 352.16º 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 #C01027 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 39 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.25 |
| HSL | 352.16º | 0.85% | 0.41% | - |
| HSV(B) | 352.16º | 0.92% | 0.75% | - |
| XYZ | 22.29 | 11.72 | 3.01 | - |
| YUV | 71.25 | 109.81 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 39 | 0 | 0.92 | 0.80 | 0.25 | 352.16 | 0.85 | 0.41 |
| Hex | C0 | 10 | 27 | 0 | 5C | 50 | 19 | 160 | 55 | 29 |
| Octal | 300 | 20 | 47 | 0 | 134 | 120 | 31 | 540 | 125 | 51 |
| Binary | 11000000 | 10000 | 100111 | 0 | 1011100 | 1010000 | 11001 | 101100000 | 1010101 | 101001 |
Color Harmonies of #C01027
Complementary color
Monochromatic Colors of #C01027
Black with #C01027
Text Example
Text Example
White with #C01027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01027; }
p { color: rgb(192,16,39); }
H1.HeaderClassName
{
color: #C01027;
}
.AnyTagClassName
{
color: #C01027;
}
</style>
background-color css
<style>
a { background-color: #C01027; }
a { background-color: rgb(192,16,39); }
div.DivClassName
{
background-color: #C01027;
}
.BgClassName
{
background-color: #C01027;
}
</style>
border-color css
<style>
span { border-color: #C01027; }
span { border-color: rgb(192,16,39); }
td.TdClassName
{
border-color: #C01027;
}
.TagClassName
{
border-color: #C01027;
}
</style>