Shades of Fire Engine Red #C51F2B
Tints of Fire Engine Red #C51F2B
RGB
CMYK
RGB Variations
Color information
#C51F2B (or 0xC51F2B) is known color: Fire Engine Red. HEX triplet: C5, 1F and 2B. RGB value is (197,31,43). Sum of RGB (Red+Green+Blue) = 197+31+43=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51F2B is #3AE0D4. Grayscale: #525252. Windows color (decimal): -3858645 or 2826181. OLE color: 2826181.
HSL color Cylindrical-coordinate representation of color #C51F2B: hue angle of 355.66º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51F2B is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 43 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.23 |
| HSL | 355.66º | 0.73% | 0.45% | - |
| HSV(B) | 355.66º | 0.84% | 0.77% | - |
| XYZ | 23.95 | 13.02 | 3.54 | - |
| YUV | 82 | 106 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 43 | 0 | 0.84 | 0.78 | 0.23 | 355.66 | 0.73 | 0.45 |
| Hex | C5 | 1F | 2B | 0 | 54 | 4E | 17 | 164 | 49 | 2D |
| Octal | 305 | 37 | 53 | 0 | 124 | 116 | 27 | 544 | 111 | 55 |
| Binary | 11000101 | 11111 | 101011 | 0 | 1010100 | 1001110 | 10111 | 101100100 | 1001001 | 101101 |
Color Harmonies of #C51F2B
Complementary color
Monochromatic Colors of #C51F2B
Black with #C51F2B
Text Example
Text Example
White with #C51F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51F2B; }
p { color: rgb(197,31,43); }
H1.HeaderClassName
{
color: #C51F2B;
}
.AnyTagClassName
{
color: #C51F2B;
}
</style>
background-color css
<style>
a { background-color: #C51F2B; }
a { background-color: rgb(197,31,43); }
div.DivClassName
{
background-color: #C51F2B;
}
.BgClassName
{
background-color: #C51F2B;
}
</style>
border-color css
<style>
span { border-color: #C51F2B; }
span { border-color: rgb(197,31,43); }
td.TdClassName
{
border-color: #C51F2B;
}
.TagClassName
{
border-color: #C51F2B;
}
</style>