Shades of Fire Engine Red #C61924
Tints of Fire Engine Red #C61924
RGB
CMYK
RGB Variations
Color information
#C61924 (or 0xC61924) is known color: Fire Engine Red. HEX triplet: C6, 19 and 24. RGB value is (198,25,36). Sum of RGB (Red+Green+Blue) = 198+25+36=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C61924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61924 is #39E6DB. Grayscale: #4E4E4E. Windows color (decimal): -3794652 or 2365894. OLE color: 2365894.
HSL color Cylindrical-coordinate representation of color #C61924: hue angle of 356.18º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61924 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 36 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.22 |
| HSL | 356.19º | 0.78% | 0.44% | - |
| HSV(B) | 356.19º | 0.87% | 0.78% | - |
| XYZ | 23.95 | 12.83 | 2.88 | - |
| YUV | 77.98 | 104.31 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 36 | 0 | 0.87 | 0.82 | 0.22 | 356.19 | 0.78 | 0.44 |
| Hex | C6 | 19 | 24 | 0 | 57 | 52 | 16 | 164 | 4E | 2C |
| Octal | 306 | 31 | 44 | 0 | 127 | 122 | 26 | 544 | 116 | 54 |
| Binary | 11000110 | 11001 | 100100 | 0 | 1010111 | 1010010 | 10110 | 101100100 | 1001110 | 101100 |
Color Harmonies of #C61924
Complementary color
Monochromatic Colors of #C61924
Black with #C61924
Text Example
Text Example
White with #C61924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61924; }
p { color: rgb(198,25,36); }
H1.HeaderClassName
{
color: #C61924;
}
.AnyTagClassName
{
color: #C61924;
}
</style>
background-color css
<style>
a { background-color: #C61924; }
a { background-color: rgb(198,25,36); }
div.DivClassName
{
background-color: #C61924;
}
.BgClassName
{
background-color: #C61924;
}
</style>
border-color css
<style>
span { border-color: #C61924; }
span { border-color: rgb(198,25,36); }
td.TdClassName
{
border-color: #C61924;
}
.TagClassName
{
border-color: #C61924;
}
</style>