Shades of Fire Engine Red #C50B2D
Tints of Fire Engine Red #C50B2D
RGB
CMYK
RGB Variations
Color information
#C50B2D (or 0xC50B2D) is known color: Fire Engine Red. HEX triplet: C5, 0B and 2D. RGB value is (197,11,45). Sum of RGB (Red+Green+Blue) = 197+11+45=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50B2D is #3AF4D2. Grayscale: #464646. Windows color (decimal): -3863763 or 2952133. OLE color: 2952133.
HSL color Cylindrical-coordinate representation of color #C50B2D: hue angle of 349.03º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50B2D is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 45 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.23 |
| HSL | 349.03º | 0.89% | 0.41% | - |
| HSV(B) | 349.03º | 0.94% | 0.77% | - |
| XYZ | 23.62 | 12.3 | 3.61 | - |
| YUV | 70.49 | 113.62 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 45 | 0 | 0.94 | 0.77 | 0.23 | 349.03 | 0.89 | 0.41 |
| Hex | C5 | B | 2D | 0 | 5E | 4D | 17 | 15D | 59 | 29 |
| Octal | 305 | 13 | 55 | 0 | 136 | 115 | 27 | 535 | 131 | 51 |
| Binary | 11000101 | 1011 | 101101 | 0 | 1011110 | 1001101 | 10111 | 101011101 | 1011001 | 101001 |
Color Harmonies of #C50B2D
Complementary color
Monochromatic Colors of #C50B2D
Black with #C50B2D
Text Example
Text Example
White with #C50B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50B2D; }
p { color: rgb(197,11,45); }
H1.HeaderClassName
{
color: #C50B2D;
}
.AnyTagClassName
{
color: #C50B2D;
}
</style>
background-color css
<style>
a { background-color: #C50B2D; }
a { background-color: rgb(197,11,45); }
div.DivClassName
{
background-color: #C50B2D;
}
.BgClassName
{
background-color: #C50B2D;
}
</style>
border-color css
<style>
span { border-color: #C50B2D; }
span { border-color: rgb(197,11,45); }
td.TdClassName
{
border-color: #C50B2D;
}
.TagClassName
{
border-color: #C50B2D;
}
</style>