Shades of Fire Engine Red #C51023
Tints of Fire Engine Red #C51023
RGB
CMYK
RGB Variations
Color information
#C51023 (or 0xC51023) is known color: Fire Engine Red. HEX triplet: C5, 10 and 23. RGB value is (197,16,35). Sum of RGB (Red+Green+Blue) = 197+16+35=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C51023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51023 is #3AEFDC. Grayscale: #484848. Windows color (decimal): -3862493 or 2298053. OLE color: 2298053.
HSL color Cylindrical-coordinate representation of color #C51023: hue angle of 353.7º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C51023 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 35 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.23 |
| HSL | 353.7º | 0.85% | 0.42% | - |
| HSV(B) | 353.7º | 0.92% | 0.77% | - |
| XYZ | 23.51 | 12.36 | 2.74 | - |
| YUV | 72.29 | 106.97 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 35 | 0 | 0.92 | 0.82 | 0.23 | 353.7 | 0.85 | 0.42 |
| Hex | C5 | 10 | 23 | 0 | 5C | 52 | 17 | 162 | 55 | 2A |
| Octal | 305 | 20 | 43 | 0 | 134 | 122 | 27 | 542 | 125 | 52 |
| Binary | 11000101 | 10000 | 100011 | 0 | 1011100 | 1010010 | 10111 | 101100010 | 1010101 | 101010 |
Color Harmonies of #C51023
Complementary color
Monochromatic Colors of #C51023
Black with #C51023
Text Example
Text Example
White with #C51023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51023; }
p { color: rgb(197,16,35); }
H1.HeaderClassName
{
color: #C51023;
}
.AnyTagClassName
{
color: #C51023;
}
</style>
background-color css
<style>
a { background-color: #C51023; }
a { background-color: rgb(197,16,35); }
div.DivClassName
{
background-color: #C51023;
}
.BgClassName
{
background-color: #C51023;
}
</style>
border-color css
<style>
span { border-color: #C51023; }
span { border-color: rgb(197,16,35); }
td.TdClassName
{
border-color: #C51023;
}
.TagClassName
{
border-color: #C51023;
}
</style>