Shades of Fire Engine Red #C61027
Tints of Fire Engine Red #C61027
RGB
CMYK
RGB Variations
Color information
#C61027 (or 0xC61027) is known color: Fire Engine Red. HEX triplet: C6, 10 and 27. RGB value is (198,16,39). Sum of RGB (Red+Green+Blue) = 198+16+39=253 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.26% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 198 - color contains mainly: red. Hex color #C61027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61027 is #39EFD8. Grayscale: #494949. Windows color (decimal): -3796953 or 2560198. OLE color: 2560198.
HSL color Cylindrical-coordinate representation of color #C61027: hue angle of 352.42º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C61027 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 39 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.22 |
| HSL | 352.42º | 0.85% | 0.42% | - |
| HSV(B) | 352.42º | 0.92% | 0.78% | - |
| XYZ | 23.84 | 12.52 | 3.08 | - |
| YUV | 73.04 | 108.8 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 39 | 0 | 0.92 | 0.80 | 0.22 | 352.42 | 0.85 | 0.42 |
| Hex | C6 | 10 | 27 | 0 | 5C | 50 | 16 | 160 | 55 | 2A |
| Octal | 306 | 20 | 47 | 0 | 134 | 120 | 26 | 540 | 125 | 52 |
| Binary | 11000110 | 10000 | 100111 | 0 | 1011100 | 1010000 | 10110 | 101100000 | 1010101 | 101010 |
Color Harmonies of #C61027
Complementary color
Monochromatic Colors of #C61027
Black with #C61027
Text Example
Text Example
White with #C61027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61027; }
p { color: rgb(198,16,39); }
H1.HeaderClassName
{
color: #C61027;
}
.AnyTagClassName
{
color: #C61027;
}
</style>
background-color css
<style>
a { background-color: #C61027; }
a { background-color: rgb(198,16,39); }
div.DivClassName
{
background-color: #C61027;
}
.BgClassName
{
background-color: #C61027;
}
</style>
border-color css
<style>
span { border-color: #C61027; }
span { border-color: rgb(198,16,39); }
td.TdClassName
{
border-color: #C61027;
}
.TagClassName
{
border-color: #C61027;
}
</style>