Shades of Fire Engine Red #C61127
Tints of Fire Engine Red #C61127
RGB
CMYK
RGB Variations
Color information
#C61127 (or 0xC61127) is known color: Fire Engine Red. HEX triplet: C6, 11 and 27. RGB value is (198,17,39). Sum of RGB (Red+Green+Blue) = 198+17+39=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C61127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61127 is #39EED8. Grayscale: #494949. Windows color (decimal): -3796697 or 2560454. OLE color: 2560454.
HSL color Cylindrical-coordinate representation of color #C61127: hue angle of 352.71º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61127 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 39 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.22 |
| HSL | 352.71º | 0.84% | 0.42% | - |
| HSV(B) | 352.71º | 0.91% | 0.78% | - |
| XYZ | 23.86 | 12.55 | 3.09 | - |
| YUV | 73.63 | 108.47 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 39 | 0 | 0.91 | 0.80 | 0.22 | 352.71 | 0.84 | 0.42 |
| Hex | C6 | 11 | 27 | 0 | 5B | 50 | 16 | 161 | 54 | 2A |
| Octal | 306 | 21 | 47 | 0 | 133 | 120 | 26 | 541 | 124 | 52 |
| Binary | 11000110 | 10001 | 100111 | 0 | 1011011 | 1010000 | 10110 | 101100001 | 1010100 | 101010 |
Color Harmonies of #C61127
Complementary color
Monochromatic Colors of #C61127
Black with #C61127
Text Example
Text Example
White with #C61127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61127; }
p { color: rgb(198,17,39); }
H1.HeaderClassName
{
color: #C61127;
}
.AnyTagClassName
{
color: #C61127;
}
</style>
background-color css
<style>
a { background-color: #C61127; }
a { background-color: rgb(198,17,39); }
div.DivClassName
{
background-color: #C61127;
}
.BgClassName
{
background-color: #C61127;
}
</style>
border-color css
<style>
span { border-color: #C61127; }
span { border-color: rgb(198,17,39); }
td.TdClassName
{
border-color: #C61127;
}
.TagClassName
{
border-color: #C61127;
}
</style>