Shades of Fire Engine Red #C51D2A
Tints of Fire Engine Red #C51D2A
RGB
CMYK
RGB Variations
Color information
#C51D2A (or 0xC51D2A) is known color: Fire Engine Red. HEX triplet: C5, 1D and 2A. RGB value is (197,29,42). Sum of RGB (Red+Green+Blue) = 197+29+42=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D2A is #3AE2D5. Grayscale: #505050. Windows color (decimal): -3859158 or 2760133. OLE color: 2760133.
HSL color Cylindrical-coordinate representation of color #C51D2A: hue angle of 355.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51D2A is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 42 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.23 |
| HSL | 355.36º | 0.74% | 0.44% | - |
| HSV(B) | 355.36º | 0.85% | 0.77% | - |
| XYZ | 23.88 | 12.92 | 3.42 | - |
| YUV | 80.71 | 106.16 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 42 | 0 | 0.85 | 0.79 | 0.23 | 355.36 | 0.74 | 0.44 |
| Hex | C5 | 1D | 2A | 0 | 55 | 4F | 17 | 163 | 4A | 2C |
| Octal | 305 | 35 | 52 | 0 | 125 | 117 | 27 | 543 | 112 | 54 |
| Binary | 11000101 | 11101 | 101010 | 0 | 1010101 | 1001111 | 10111 | 101100011 | 1001010 | 101100 |
Color Harmonies of #C51D2A
Complementary color
Monochromatic Colors of #C51D2A
Black with #C51D2A
Text Example
Text Example
White with #C51D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D2A; }
p { color: rgb(197,29,42); }
H1.HeaderClassName
{
color: #C51D2A;
}
.AnyTagClassName
{
color: #C51D2A;
}
</style>
background-color css
<style>
a { background-color: #C51D2A; }
a { background-color: rgb(197,29,42); }
div.DivClassName
{
background-color: #C51D2A;
}
.BgClassName
{
background-color: #C51D2A;
}
</style>
border-color css
<style>
span { border-color: #C51D2A; }
span { border-color: rgb(197,29,42); }
td.TdClassName
{
border-color: #C51D2A;
}
.TagClassName
{
border-color: #C51D2A;
}
</style>