Shades of Fire Engine Red #C61820
Tints of Fire Engine Red #C61820
RGB
CMYK
RGB Variations
Color information
#C61820 (or 0xC61820) is known color: Fire Engine Red. HEX triplet: C6, 18 and 20. RGB value is (198,24,32). Sum of RGB (Red+Green+Blue) = 198+24+32=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C61820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61820 is #39E7DF. Grayscale: #4D4D4D. Windows color (decimal): -3794912 or 2103494. OLE color: 2103494.
HSL color Cylindrical-coordinate representation of color #C61820: hue angle of 357.24º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61820 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 32 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.22 |
| HSL | 357.24º | 0.78% | 0.44% | - |
| HSV(B) | 357.24º | 0.88% | 0.78% | - |
| XYZ | 23.88 | 12.76 | 2.57 | - |
| YUV | 76.94 | 102.65 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 32 | 0 | 0.88 | 0.84 | 0.22 | 357.24 | 0.78 | 0.44 |
| Hex | C6 | 18 | 20 | 0 | 58 | 54 | 16 | 165 | 4E | 2C |
| Octal | 306 | 30 | 40 | 0 | 130 | 124 | 26 | 545 | 116 | 54 |
| Binary | 11000110 | 11000 | 100000 | 0 | 1011000 | 1010100 | 10110 | 101100101 | 1001110 | 101100 |
Color Harmonies of #C61820
Complementary color
Monochromatic Colors of #C61820
Black with #C61820
Text Example
Text Example
White with #C61820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61820; }
p { color: rgb(198,24,32); }
H1.HeaderClassName
{
color: #C61820;
}
.AnyTagClassName
{
color: #C61820;
}
</style>
background-color css
<style>
a { background-color: #C61820; }
a { background-color: rgb(198,24,32); }
div.DivClassName
{
background-color: #C61820;
}
.BgClassName
{
background-color: #C61820;
}
</style>
border-color css
<style>
span { border-color: #C61820; }
span { border-color: rgb(198,24,32); }
td.TdClassName
{
border-color: #C61820;
}
.TagClassName
{
border-color: #C61820;
}
</style>