Shades of Fire Engine Red #C61620
Tints of Fire Engine Red #C61620
RGB
CMYK
RGB Variations
Color information
#C61620 (or 0xC61620) is known color: Fire Engine Red. HEX triplet: C6, 16 and 20. RGB value is (198,22,32). Sum of RGB (Red+Green+Blue) = 198+22+32=252 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.57% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 198 - color contains mainly: red. Hex color #C61620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61620 is #39E9DF. Grayscale: #4B4B4B. Windows color (decimal): -3795424 or 2102982. OLE color: 2102982.
HSL color Cylindrical-coordinate representation of color #C61620: hue angle of 356.59º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61620 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 32 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.22 |
| HSL | 356.59º | 0.8% | 0.43% | - |
| HSV(B) | 356.59º | 0.89% | 0.78% | - |
| XYZ | 23.84 | 12.68 | 2.56 | - |
| YUV | 75.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 32 | 0 | 0.89 | 0.84 | 0.22 | 356.59 | 0.8 | 0.43 |
| Hex | C6 | 16 | 20 | 0 | 59 | 54 | 16 | 165 | 50 | 2B |
| Octal | 306 | 26 | 40 | 0 | 131 | 124 | 26 | 545 | 120 | 53 |
| Binary | 11000110 | 10110 | 100000 | 0 | 1011001 | 1010100 | 10110 | 101100101 | 1010000 | 101011 |
Color Harmonies of #C61620
Complementary color
Monochromatic Colors of #C61620
Black with #C61620
Text Example
Text Example
White with #C61620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61620; }
p { color: rgb(198,22,32); }
H1.HeaderClassName
{
color: #C61620;
}
.AnyTagClassName
{
color: #C61620;
}
</style>
background-color css
<style>
a { background-color: #C61620; }
a { background-color: rgb(198,22,32); }
div.DivClassName
{
background-color: #C61620;
}
.BgClassName
{
background-color: #C61620;
}
</style>
border-color css
<style>
span { border-color: #C61620; }
span { border-color: rgb(198,22,32); }
td.TdClassName
{
border-color: #C61620;
}
.TagClassName
{
border-color: #C61620;
}
</style>