Shades of Fire Engine Red #C61624
Tints of Fire Engine Red #C61624
RGB
CMYK
RGB Variations
Color information
#C61624 (or 0xC61624) is known color: Fire Engine Red. HEX triplet: C6, 16 and 24. RGB value is (198,22,36). Sum of RGB (Red+Green+Blue) = 198+22+36=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C61624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61624 is #39E9DB. Grayscale: #4C4C4C. Windows color (decimal): -3795420 or 2365126. OLE color: 2365126.
HSL color Cylindrical-coordinate representation of color #C61624: hue angle of 355.23º 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 #C61624 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 36 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.22 |
| HSL | 355.23º | 0.8% | 0.43% | - |
| HSV(B) | 355.23º | 0.89% | 0.78% | - |
| XYZ | 23.89 | 12.71 | 2.86 | - |
| YUV | 76.22 | 105.31 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 36 | 0 | 0.89 | 0.82 | 0.22 | 355.23 | 0.8 | 0.43 |
| Hex | C6 | 16 | 24 | 0 | 59 | 52 | 16 | 163 | 50 | 2B |
| Octal | 306 | 26 | 44 | 0 | 131 | 122 | 26 | 543 | 120 | 53 |
| Binary | 11000110 | 10110 | 100100 | 0 | 1011001 | 1010010 | 10110 | 101100011 | 1010000 | 101011 |
Color Harmonies of #C61624
Complementary color
Monochromatic Colors of #C61624
Black with #C61624
Text Example
Text Example
White with #C61624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61624; }
p { color: rgb(198,22,36); }
H1.HeaderClassName
{
color: #C61624;
}
.AnyTagClassName
{
color: #C61624;
}
</style>
background-color css
<style>
a { background-color: #C61624; }
a { background-color: rgb(198,22,36); }
div.DivClassName
{
background-color: #C61624;
}
.BgClassName
{
background-color: #C61624;
}
</style>
border-color css
<style>
span { border-color: #C61624; }
span { border-color: rgb(198,22,36); }
td.TdClassName
{
border-color: #C61624;
}
.TagClassName
{
border-color: #C61624;
}
</style>