Shades of Fire Engine Red #C50B25
Tints of Fire Engine Red #C50B25
RGB
CMYK
RGB Variations
Color information
#C50B25 (or 0xC50B25) is known color: Fire Engine Red. HEX triplet: C5, 0B and 25. RGB value is (197,11,37). Sum of RGB (Red+Green+Blue) = 197+11+37=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50B25 is #3AF4DA. Grayscale: #454545. Windows color (decimal): -3863771 or 2427845. OLE color: 2427845.
HSL color Cylindrical-coordinate representation of color #C50B25: hue angle of 351.61º 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 #C50B25 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 37 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.23 |
| HSL | 351.61º | 0.89% | 0.41% | - |
| HSV(B) | 351.61º | 0.94% | 0.77% | - |
| XYZ | 23.48 | 12.24 | 2.88 | - |
| YUV | 69.58 | 109.62 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 37 | 0 | 0.94 | 0.81 | 0.23 | 351.61 | 0.89 | 0.41 |
| Hex | C5 | B | 25 | 0 | 5E | 51 | 17 | 160 | 59 | 29 |
| Octal | 305 | 13 | 45 | 0 | 136 | 121 | 27 | 540 | 131 | 51 |
| Binary | 11000101 | 1011 | 100101 | 0 | 1011110 | 1010001 | 10111 | 101100000 | 1011001 | 101001 |
Color Harmonies of #C50B25
Complementary color
Monochromatic Colors of #C50B25
Black with #C50B25
Text Example
Text Example
White with #C50B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50B25; }
p { color: rgb(197,11,37); }
H1.HeaderClassName
{
color: #C50B25;
}
.AnyTagClassName
{
color: #C50B25;
}
</style>
background-color css
<style>
a { background-color: #C50B25; }
a { background-color: rgb(197,11,37); }
div.DivClassName
{
background-color: #C50B25;
}
.BgClassName
{
background-color: #C50B25;
}
</style>
border-color css
<style>
span { border-color: #C50B25; }
span { border-color: rgb(197,11,37); }
td.TdClassName
{
border-color: #C50B25;
}
.TagClassName
{
border-color: #C50B25;
}
</style>