Shades of Fire Engine Red #C61824
Tints of Fire Engine Red #C61824
RGB
CMYK
RGB Variations
Color information
#C61824 (or 0xC61824) is known color: Fire Engine Red. HEX triplet: C6, 18 and 24. RGB value is (198,24,36). Sum of RGB (Red+Green+Blue) = 198+24+36=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C61824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61824 is #39E7DB. Grayscale: #4D4D4D. Windows color (decimal): -3794908 or 2365638. OLE color: 2365638.
HSL color Cylindrical-coordinate representation of color #C61824: hue angle of 355.86º 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 #C61824 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 36 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.22 |
| HSL | 355.86º | 0.78% | 0.44% | - |
| HSV(B) | 355.86º | 0.88% | 0.78% | - |
| XYZ | 23.93 | 12.79 | 2.88 | - |
| YUV | 77.39 | 104.65 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 36 | 0 | 0.88 | 0.82 | 0.22 | 355.86 | 0.78 | 0.44 |
| Hex | C6 | 18 | 24 | 0 | 58 | 52 | 16 | 164 | 4E | 2C |
| Octal | 306 | 30 | 44 | 0 | 130 | 122 | 26 | 544 | 116 | 54 |
| Binary | 11000110 | 11000 | 100100 | 0 | 1011000 | 1010010 | 10110 | 101100100 | 1001110 | 101100 |
Color Harmonies of #C61824
Complementary color
Monochromatic Colors of #C61824
Black with #C61824
Text Example
Text Example
White with #C61824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61824; }
p { color: rgb(198,24,36); }
H1.HeaderClassName
{
color: #C61824;
}
.AnyTagClassName
{
color: #C61824;
}
</style>
background-color css
<style>
a { background-color: #C61824; }
a { background-color: rgb(198,24,36); }
div.DivClassName
{
background-color: #C61824;
}
.BgClassName
{
background-color: #C61824;
}
</style>
border-color css
<style>
span { border-color: #C61824; }
span { border-color: rgb(198,24,36); }
td.TdClassName
{
border-color: #C61824;
}
.TagClassName
{
border-color: #C61824;
}
</style>