Shades of Fire Engine Red #C51F29
Tints of Fire Engine Red #C51F29
RGB
CMYK
RGB Variations
Color information
#C51F29 (or 0xC51F29) is known color: Fire Engine Red. HEX triplet: C5, 1F and 29. RGB value is (197,31,41). Sum of RGB (Red+Green+Blue) = 197+31+41=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51F29 is #3AE0D6. Grayscale: #515151. Windows color (decimal): -3858647 or 2695109. OLE color: 2695109.
HSL color Cylindrical-coordinate representation of color #C51F29: hue angle of 356.39º 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 #C51F29 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 41 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.23 |
| HSL | 356.39º | 0.73% | 0.45% | - |
| HSV(B) | 356.39º | 0.84% | 0.77% | - |
| XYZ | 23.92 | 13.01 | 3.35 | - |
| YUV | 81.77 | 105 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 41 | 0 | 0.84 | 0.79 | 0.23 | 356.39 | 0.73 | 0.45 |
| Hex | C5 | 1F | 29 | 0 | 54 | 4F | 17 | 164 | 49 | 2D |
| Octal | 305 | 37 | 51 | 0 | 124 | 117 | 27 | 544 | 111 | 55 |
| Binary | 11000101 | 11111 | 101001 | 0 | 1010100 | 1001111 | 10111 | 101100100 | 1001001 | 101101 |
Color Harmonies of #C51F29
Complementary color
Monochromatic Colors of #C51F29
Black with #C51F29
Text Example
Text Example
White with #C51F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51F29; }
p { color: rgb(197,31,41); }
H1.HeaderClassName
{
color: #C51F29;
}
.AnyTagClassName
{
color: #C51F29;
}
</style>
background-color css
<style>
a { background-color: #C51F29; }
a { background-color: rgb(197,31,41); }
div.DivClassName
{
background-color: #C51F29;
}
.BgClassName
{
background-color: #C51F29;
}
</style>
border-color css
<style>
span { border-color: #C51F29; }
span { border-color: rgb(197,31,41); }
td.TdClassName
{
border-color: #C51F29;
}
.TagClassName
{
border-color: #C51F29;
}
</style>