Shades of Fire Engine Red #C61719
Tints of Fire Engine Red #C61719
RGB
CMYK
RGB Variations
Color information
#C61719 (or 0xC61719) is known color: Fire Engine Red. HEX triplet: C6, 17 and 19. RGB value is (198,23,25). Sum of RGB (Red+Green+Blue) = 198+23+25=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C61719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61719 is #39E8E6. Grayscale: #4B4B4B. Windows color (decimal): -3795175 or 1644486. OLE color: 1644486.
HSL color Cylindrical-coordinate representation of color #C61719: hue angle of 359.31º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61719 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 25 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.22 |
| HSL | 359.31º | 0.79% | 0.43% | - |
| HSV(B) | 359.31º | 0.88% | 0.78% | - |
| XYZ | 23.77 | 12.69 | 2.12 | - |
| YUV | 75.55 | 99.48 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 25 | 0 | 0.88 | 0.87 | 0.22 | 359.31 | 0.79 | 0.43 |
| Hex | C6 | 17 | 19 | 0 | 58 | 57 | 16 | 167 | 4F | 2B |
| Octal | 306 | 27 | 31 | 0 | 130 | 127 | 26 | 547 | 117 | 53 |
| Binary | 11000110 | 10111 | 11001 | 0 | 1011000 | 1010111 | 10110 | 101100111 | 1001111 | 101011 |
Color Harmonies of #C61719
Complementary color
Monochromatic Colors of #C61719
Black with #C61719
Text Example
Text Example
White with #C61719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61719; }
p { color: rgb(198,23,25); }
H1.HeaderClassName
{
color: #C61719;
}
.AnyTagClassName
{
color: #C61719;
}
</style>
background-color css
<style>
a { background-color: #C61719; }
a { background-color: rgb(198,23,25); }
div.DivClassName
{
background-color: #C61719;
}
.BgClassName
{
background-color: #C61719;
}
</style>
border-color css
<style>
span { border-color: #C61719; }
span { border-color: rgb(198,23,25); }
td.TdClassName
{
border-color: #C61719;
}
.TagClassName
{
border-color: #C61719;
}
</style>