Shades of Fire Engine Red #C50E2D
Tints of Fire Engine Red #C50E2D
RGB
CMYK
RGB Variations
Color information
#C50E2D (or 0xC50E2D) is known color: Fire Engine Red. HEX triplet: C5, 0E and 2D. RGB value is (197,14,45). Sum of RGB (Red+Green+Blue) = 197+14+45=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50E2D is #3AF1D2. Grayscale: #484848. Windows color (decimal): -3862995 or 2952901. OLE color: 2952901.
HSL color Cylindrical-coordinate representation of color #C50E2D: hue angle of 349.84º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50E2D is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 14 | 45 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.23 |
| HSL | 349.84º | 0.87% | 0.41% | - |
| HSV(B) | 349.84º | 0.93% | 0.77% | - |
| XYZ | 23.66 | 12.37 | 3.62 | - |
| YUV | 72.25 | 112.63 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 45 | 0 | 0.93 | 0.77 | 0.23 | 349.84 | 0.87 | 0.41 |
| Hex | C5 | E | 2D | 0 | 5D | 4D | 17 | 15E | 57 | 29 |
| Octal | 305 | 16 | 55 | 0 | 135 | 115 | 27 | 536 | 127 | 51 |
| Binary | 11000101 | 1110 | 101101 | 0 | 1011101 | 1001101 | 10111 | 101011110 | 1010111 | 101001 |
Color Harmonies of #C50E2D
Complementary color
Monochromatic Colors of #C50E2D
Black with #C50E2D
Text Example
Text Example
White with #C50E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50E2D; }
p { color: rgb(197,14,45); }
H1.HeaderClassName
{
color: #C50E2D;
}
.AnyTagClassName
{
color: #C50E2D;
}
</style>
background-color css
<style>
a { background-color: #C50E2D; }
a { background-color: rgb(197,14,45); }
div.DivClassName
{
background-color: #C50E2D;
}
.BgClassName
{
background-color: #C50E2D;
}
</style>
border-color css
<style>
span { border-color: #C50E2D; }
span { border-color: rgb(197,14,45); }
td.TdClassName
{
border-color: #C50E2D;
}
.TagClassName
{
border-color: #C50E2D;
}
</style>