Shades of Fire Engine Red #C61627
Tints of Fire Engine Red #C61627
RGB
CMYK
RGB Variations
Color information
#C61627 (or 0xC61627) is known color: Fire Engine Red. HEX triplet: C6, 16 and 27. RGB value is (198,22,39). Sum of RGB (Red+Green+Blue) = 198+22+39=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C61627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61627 is #39E9D8. Grayscale: #4C4C4C. Windows color (decimal): -3795417 or 2561734. OLE color: 2561734.
HSL color Cylindrical-coordinate representation of color #C61627: hue angle of 354.2º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61627 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 39 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.22 |
| HSL | 354.2º | 0.8% | 0.43% | - |
| HSV(B) | 354.2º | 0.89% | 0.78% | - |
| XYZ | 23.94 | 12.73 | 3.11 | - |
| YUV | 76.56 | 106.81 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 39 | 0 | 0.89 | 0.80 | 0.22 | 354.2 | 0.8 | 0.43 |
| Hex | C6 | 16 | 27 | 0 | 59 | 50 | 16 | 162 | 50 | 2B |
| Octal | 306 | 26 | 47 | 0 | 131 | 120 | 26 | 542 | 120 | 53 |
| Binary | 11000110 | 10110 | 100111 | 0 | 1011001 | 1010000 | 10110 | 101100010 | 1010000 | 101011 |
Color Harmonies of #C61627
Complementary color
Monochromatic Colors of #C61627
Black with #C61627
Text Example
Text Example
White with #C61627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61627; }
p { color: rgb(198,22,39); }
H1.HeaderClassName
{
color: #C61627;
}
.AnyTagClassName
{
color: #C61627;
}
</style>
background-color css
<style>
a { background-color: #C61627; }
a { background-color: rgb(198,22,39); }
div.DivClassName
{
background-color: #C61627;
}
.BgClassName
{
background-color: #C61627;
}
</style>
border-color css
<style>
span { border-color: #C61627; }
span { border-color: rgb(198,22,39); }
td.TdClassName
{
border-color: #C61627;
}
.TagClassName
{
border-color: #C61627;
}
</style>