Shades of Fire Engine Red #C61725
Tints of Fire Engine Red #C61725
RGB
CMYK
RGB Variations
Color information
#C61725 (or 0xC61725) is known color: Fire Engine Red. HEX triplet: C6, 17 and 25. RGB value is (198,23,37). Sum of RGB (Red+Green+Blue) = 198+23+37=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C61725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61725 is #39E8DA. Grayscale: #4D4D4D. Windows color (decimal): -3795163 or 2430918. OLE color: 2430918.
HSL color Cylindrical-coordinate representation of color #C61725: hue angle of 355.2º 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 #C61725 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 37 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.22 |
| HSL | 355.2º | 0.79% | 0.43% | - |
| HSV(B) | 355.2º | 0.88% | 0.78% | - |
| XYZ | 23.93 | 12.75 | 2.95 | - |
| YUV | 76.92 | 105.48 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 37 | 0 | 0.88 | 0.81 | 0.22 | 355.2 | 0.79 | 0.43 |
| Hex | C6 | 17 | 25 | 0 | 58 | 51 | 16 | 163 | 4F | 2B |
| Octal | 306 | 27 | 45 | 0 | 130 | 121 | 26 | 543 | 117 | 53 |
| Binary | 11000110 | 10111 | 100101 | 0 | 1011000 | 1010001 | 10110 | 101100011 | 1001111 | 101011 |
Color Harmonies of #C61725
Complementary color
Monochromatic Colors of #C61725
Black with #C61725
Text Example
Text Example
White with #C61725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61725; }
p { color: rgb(198,23,37); }
H1.HeaderClassName
{
color: #C61725;
}
.AnyTagClassName
{
color: #C61725;
}
</style>
background-color css
<style>
a { background-color: #C61725; }
a { background-color: rgb(198,23,37); }
div.DivClassName
{
background-color: #C61725;
}
.BgClassName
{
background-color: #C61725;
}
</style>
border-color css
<style>
span { border-color: #C61725; }
span { border-color: rgb(198,23,37); }
td.TdClassName
{
border-color: #C61725;
}
.TagClassName
{
border-color: #C61725;
}
</style>