Shades of Fire Engine Red #C61921
Tints of Fire Engine Red #C61921
RGB
CMYK
RGB Variations
Color information
#C61921 (or 0xC61921) is known color: Fire Engine Red. HEX triplet: C6, 19 and 21. RGB value is (198,25,33). Sum of RGB (Red+Green+Blue) = 198+25+33=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C61921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61921 is #39E6DE. Grayscale: #4D4D4D. Windows color (decimal): -3794655 or 2169286. OLE color: 2169286.
HSL color Cylindrical-coordinate representation of color #C61921: hue angle of 357.23º 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 #C61921 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 33 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.22 |
| HSL | 357.23º | 0.78% | 0.44% | - |
| HSV(B) | 357.23º | 0.87% | 0.78% | - |
| XYZ | 23.91 | 12.81 | 2.65 | - |
| YUV | 77.64 | 102.81 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 33 | 0 | 0.87 | 0.83 | 0.22 | 357.23 | 0.78 | 0.44 |
| Hex | C6 | 19 | 21 | 0 | 57 | 53 | 16 | 165 | 4E | 2C |
| Octal | 306 | 31 | 41 | 0 | 127 | 123 | 26 | 545 | 116 | 54 |
| Binary | 11000110 | 11001 | 100001 | 0 | 1010111 | 1010011 | 10110 | 101100101 | 1001110 | 101100 |
Color Harmonies of #C61921
Complementary color
Monochromatic Colors of #C61921
Black with #C61921
Text Example
Text Example
White with #C61921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61921; }
p { color: rgb(198,25,33); }
H1.HeaderClassName
{
color: #C61921;
}
.AnyTagClassName
{
color: #C61921;
}
</style>
background-color css
<style>
a { background-color: #C61921; }
a { background-color: rgb(198,25,33); }
div.DivClassName
{
background-color: #C61921;
}
.BgClassName
{
background-color: #C61921;
}
</style>
border-color css
<style>
span { border-color: #C61921; }
span { border-color: rgb(198,25,33); }
td.TdClassName
{
border-color: #C61921;
}
.TagClassName
{
border-color: #C61921;
}
</style>