Shades of Fire Engine Red #C50A2B
Tints of Fire Engine Red #C50A2B
RGB
CMYK
RGB Variations
Color information
#C50A2B (or 0xC50A2B) is known color: Fire Engine Red. HEX triplet: C5, 0A and 2B. RGB value is (197,10,43). Sum of RGB (Red+Green+Blue) = 197+10+43=250 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.8% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50A2B is #3AF5D4. Grayscale: #454545. Windows color (decimal): -3864021 or 2820805. OLE color: 2820805.
HSL color Cylindrical-coordinate representation of color #C50A2B: hue angle of 349.41º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50A2B is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 43 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.23 |
| HSL | 349.41º | 0.9% | 0.41% | - |
| HSV(B) | 349.41º | 0.95% | 0.77% | - |
| XYZ | 23.57 | 12.26 | 3.41 | - |
| YUV | 69.68 | 112.95 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 43 | 0 | 0.95 | 0.78 | 0.23 | 349.41 | 0.9 | 0.41 |
| Hex | C5 | A | 2B | 0 | 5F | 4E | 17 | 15D | 5A | 29 |
| Octal | 305 | 12 | 53 | 0 | 137 | 116 | 27 | 535 | 132 | 51 |
| Binary | 11000101 | 1010 | 101011 | 0 | 1011111 | 1001110 | 10111 | 101011101 | 1011010 | 101001 |
Color Harmonies of #C50A2B
Complementary color
Monochromatic Colors of #C50A2B
Black with #C50A2B
Text Example
Text Example
White with #C50A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50A2B; }
p { color: rgb(197,10,43); }
H1.HeaderClassName
{
color: #C50A2B;
}
.AnyTagClassName
{
color: #C50A2B;
}
</style>
background-color css
<style>
a { background-color: #C50A2B; }
a { background-color: rgb(197,10,43); }
div.DivClassName
{
background-color: #C50A2B;
}
.BgClassName
{
background-color: #C50A2B;
}
</style>
border-color css
<style>
span { border-color: #C50A2B; }
span { border-color: rgb(197,10,43); }
td.TdClassName
{
border-color: #C50A2B;
}
.TagClassName
{
border-color: #C50A2B;
}
</style>