Shades of Fire Engine Red #C61925
Tints of Fire Engine Red #C61925
RGB
CMYK
RGB Variations
Color information
#C61925 (or 0xC61925) is known color: Fire Engine Red. HEX triplet: C6, 19 and 25. RGB value is (198,25,37). Sum of RGB (Red+Green+Blue) = 198+25+37=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C61925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61925 is #39E6DA. Grayscale: #4E4E4E. Windows color (decimal): -3794651 or 2431430. OLE color: 2431430.
HSL color Cylindrical-coordinate representation of color #C61925: hue angle of 355.84º 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 #C61925 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 37 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.22 |
| HSL | 355.84º | 0.78% | 0.44% | - |
| HSV(B) | 355.84º | 0.87% | 0.78% | - |
| XYZ | 23.97 | 12.83 | 2.96 | - |
| YUV | 78.1 | 104.81 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 37 | 0 | 0.87 | 0.81 | 0.22 | 355.84 | 0.78 | 0.44 |
| Hex | C6 | 19 | 25 | 0 | 57 | 51 | 16 | 164 | 4E | 2C |
| Octal | 306 | 31 | 45 | 0 | 127 | 121 | 26 | 544 | 116 | 54 |
| Binary | 11000110 | 11001 | 100101 | 0 | 1010111 | 1010001 | 10110 | 101100100 | 1001110 | 101100 |
Color Harmonies of #C61925
Complementary color
Monochromatic Colors of #C61925
Black with #C61925
Text Example
Text Example
White with #C61925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61925; }
p { color: rgb(198,25,37); }
H1.HeaderClassName
{
color: #C61925;
}
.AnyTagClassName
{
color: #C61925;
}
</style>
background-color css
<style>
a { background-color: #C61925; }
a { background-color: rgb(198,25,37); }
div.DivClassName
{
background-color: #C61925;
}
.BgClassName
{
background-color: #C61925;
}
</style>
border-color css
<style>
span { border-color: #C61925; }
span { border-color: rgb(198,25,37); }
td.TdClassName
{
border-color: #C61925;
}
.TagClassName
{
border-color: #C61925;
}
</style>