Shades of Fire Engine Red #C5151B
Tints of Fire Engine Red #C5151B
RGB
CMYK
RGB Variations
Color information
#C5151B (or 0xC5151B) is known color: Fire Engine Red. HEX triplet: C5, 15 and 1B. RGB value is (197,21,27). Sum of RGB (Red+Green+Blue) = 197+21+27=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C5151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5151B is #3AEAE4. Grayscale: #4A4A4A. Windows color (decimal): -3861221 or 1775045. OLE color: 1775045.
HSL color Cylindrical-coordinate representation of color #C5151B: hue angle of 357.95º degrees, saturation: 0.81, 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 #C5151B is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 27 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.23 |
| HSL | 357.95º | 0.81% | 0.43% | - |
| HSV(B) | 357.95º | 0.89% | 0.77% | - |
| XYZ | 23.49 | 12.49 | 2.21 | - |
| YUV | 74.31 | 101.31 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 27 | 0 | 0.89 | 0.86 | 0.23 | 357.95 | 0.81 | 0.43 |
| Hex | C5 | 15 | 1B | 0 | 59 | 56 | 17 | 166 | 51 | 2B |
| Octal | 305 | 25 | 33 | 0 | 131 | 126 | 27 | 546 | 121 | 53 |
| Binary | 11000101 | 10101 | 11011 | 0 | 1011001 | 1010110 | 10111 | 101100110 | 1010001 | 101011 |
Color Harmonies of #C5151B
Complementary color
Monochromatic Colors of #C5151B
Black with #C5151B
Text Example
Text Example
White with #C5151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5151B; }
p { color: rgb(197,21,27); }
H1.HeaderClassName
{
color: #C5151B;
}
.AnyTagClassName
{
color: #C5151B;
}
</style>
background-color css
<style>
a { background-color: #C5151B; }
a { background-color: rgb(197,21,27); }
div.DivClassName
{
background-color: #C5151B;
}
.BgClassName
{
background-color: #C5151B;
}
</style>
border-color css
<style>
span { border-color: #C5151B; }
span { border-color: rgb(197,21,27); }
td.TdClassName
{
border-color: #C5151B;
}
.TagClassName
{
border-color: #C5151B;
}
</style>