Shades of Fire Engine Red #C51618
Tints of Fire Engine Red #C51618
RGB
CMYK
RGB Variations
Color information
#C51618 (or 0xC51618) is known color: Fire Engine Red. HEX triplet: C5, 16 and 18. RGB value is (197,22,24). Sum of RGB (Red+Green+Blue) = 197+22+24=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C51618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51618 is #3AE9E7. Grayscale: #4A4A4A. Windows color (decimal): -3860968 or 1578693. OLE color: 1578693.
HSL color Cylindrical-coordinate representation of color #C51618: hue angle of 359.31º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51618 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 24 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.23 |
| HSL | 359.31º | 0.8% | 0.43% | - |
| HSV(B) | 359.31º | 0.89% | 0.77% | - |
| XYZ | 23.48 | 12.51 | 2.04 | - |
| YUV | 74.55 | 99.48 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 24 | 0 | 0.89 | 0.88 | 0.23 | 359.31 | 0.8 | 0.43 |
| Hex | C5 | 16 | 18 | 0 | 59 | 58 | 17 | 167 | 50 | 2B |
| Octal | 305 | 26 | 30 | 0 | 131 | 130 | 27 | 547 | 120 | 53 |
| Binary | 11000101 | 10110 | 11000 | 0 | 1011001 | 1011000 | 10111 | 101100111 | 1010000 | 101011 |
Color Harmonies of #C51618
Complementary color
Monochromatic Colors of #C51618
Black with #C51618
Text Example
Text Example
White with #C51618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51618; }
p { color: rgb(197,22,24); }
H1.HeaderClassName
{
color: #C51618;
}
.AnyTagClassName
{
color: #C51618;
}
</style>
background-color css
<style>
a { background-color: #C51618; }
a { background-color: rgb(197,22,24); }
div.DivClassName
{
background-color: #C51618;
}
.BgClassName
{
background-color: #C51618;
}
</style>
border-color css
<style>
span { border-color: #C51618; }
span { border-color: rgb(197,22,24); }
td.TdClassName
{
border-color: #C51618;
}
.TagClassName
{
border-color: #C51618;
}
</style>