Shades of Fire Engine Red #C01624
Tints of Fire Engine Red #C01624
RGB
CMYK
RGB Variations
Color information
#C01624 (or 0xC01624) is known color: Fire Engine Red. HEX triplet: C0, 16 and 24. RGB value is (192,22,36). Sum of RGB (Red+Green+Blue) = 192+22+36=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C01624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01624 is #3FE9DB. Grayscale: #4A4A4A. Windows color (decimal): -4188636 or 2365120. OLE color: 2365120.
HSL color Cylindrical-coordinate representation of color #C01624: hue angle of 355.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01624 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 36 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.25 |
| HSL | 355.06º | 0.79% | 0.42% | - |
| HSV(B) | 355.06º | 0.89% | 0.75% | - |
| XYZ | 22.34 | 11.91 | 2.79 | - |
| YUV | 74.43 | 106.32 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 36 | 0 | 0.89 | 0.81 | 0.25 | 355.06 | 0.79 | 0.42 |
| Hex | C0 | 16 | 24 | 0 | 59 | 51 | 19 | 163 | 4F | 2A |
| Octal | 300 | 26 | 44 | 0 | 131 | 121 | 31 | 543 | 117 | 52 |
| Binary | 11000000 | 10110 | 100100 | 0 | 1011001 | 1010001 | 11001 | 101100011 | 1001111 | 101010 |
Color Harmonies of #C01624
Complementary color
Monochromatic Colors of #C01624
Black with #C01624
Text Example
Text Example
White with #C01624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01624; }
p { color: rgb(192,22,36); }
H1.HeaderClassName
{
color: #C01624;
}
.AnyTagClassName
{
color: #C01624;
}
</style>
background-color css
<style>
a { background-color: #C01624; }
a { background-color: rgb(192,22,36); }
div.DivClassName
{
background-color: #C01624;
}
.BgClassName
{
background-color: #C01624;
}
</style>
border-color css
<style>
span { border-color: #C01624; }
span { border-color: rgb(192,22,36); }
td.TdClassName
{
border-color: #C01624;
}
.TagClassName
{
border-color: #C01624;
}
</style>