Shades of Fire Engine Red #C51223
Tints of Fire Engine Red #C51223
RGB
CMYK
RGB Variations
Color information
#C51223 (or 0xC51223) is known color: Fire Engine Red. HEX triplet: C5, 12 and 23. RGB value is (197,18,35). Sum of RGB (Red+Green+Blue) = 197+18+35=250 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 197 - color contains mainly: red. Hex color #C51223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51223 is #3AEDDC. Grayscale: #494949. Windows color (decimal): -3861981 or 2298565. OLE color: 2298565.
HSL color Cylindrical-coordinate representation of color #C51223: hue angle of 354.3º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51223 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 35 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.23 |
| HSL | 354.3º | 0.83% | 0.42% | - |
| HSV(B) | 354.3º | 0.91% | 0.77% | - |
| XYZ | 23.55 | 12.42 | 2.75 | - |
| YUV | 73.46 | 106.3 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 35 | 0 | 0.91 | 0.82 | 0.23 | 354.3 | 0.83 | 0.42 |
| Hex | C5 | 12 | 23 | 0 | 5B | 52 | 17 | 162 | 53 | 2A |
| Octal | 305 | 22 | 43 | 0 | 133 | 122 | 27 | 542 | 123 | 52 |
| Binary | 11000101 | 10010 | 100011 | 0 | 1011011 | 1010010 | 10111 | 101100010 | 1010011 | 101010 |
Color Harmonies of #C51223
Complementary color
Monochromatic Colors of #C51223
Black with #C51223
Text Example
Text Example
White with #C51223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51223; }
p { color: rgb(197,18,35); }
H1.HeaderClassName
{
color: #C51223;
}
.AnyTagClassName
{
color: #C51223;
}
</style>
background-color css
<style>
a { background-color: #C51223; }
a { background-color: rgb(197,18,35); }
div.DivClassName
{
background-color: #C51223;
}
.BgClassName
{
background-color: #C51223;
}
</style>
border-color css
<style>
span { border-color: #C51223; }
span { border-color: rgb(197,18,35); }
td.TdClassName
{
border-color: #C51223;
}
.TagClassName
{
border-color: #C51223;
}
</style>