Shades of Fire Engine Red #C50828
Tints of Fire Engine Red #C50828
RGB
CMYK
RGB Variations
Color information
#C50828 (or 0xC50828) is known color: Fire Engine Red. HEX triplet: C5, 08 and 28. RGB value is (197,8,40). Sum of RGB (Red+Green+Blue) = 197+8+40=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C50828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50828 is #3AF7D7. Grayscale: #444444. Windows color (decimal): -3864536 or 2623685. OLE color: 2623685.
HSL color Cylindrical-coordinate representation of color #C50828: hue angle of 349.84º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50828 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 40 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.23 |
| HSL | 349.84º | 0.92% | 0.4% | - |
| HSV(B) | 349.84º | 0.96% | 0.77% | - |
| XYZ | 23.5 | 12.2 | 3.12 | - |
| YUV | 68.16 | 112.12 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 40 | 0 | 0.96 | 0.80 | 0.23 | 349.84 | 0.92 | 0.4 |
| Hex | C5 | 8 | 28 | 0 | 60 | 50 | 17 | 15E | 5C | 28 |
| Octal | 305 | 10 | 50 | 0 | 140 | 120 | 27 | 536 | 134 | 50 |
| Binary | 11000101 | 1000 | 101000 | 0 | 1100000 | 1010000 | 10111 | 101011110 | 1011100 | 101000 |
Color Harmonies of #C50828
Complementary color
Monochromatic Colors of #C50828
Black with #C50828
Text Example
Text Example
White with #C50828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50828; }
p { color: rgb(197,8,40); }
H1.HeaderClassName
{
color: #C50828;
}
.AnyTagClassName
{
color: #C50828;
}
</style>
background-color css
<style>
a { background-color: #C50828; }
a { background-color: rgb(197,8,40); }
div.DivClassName
{
background-color: #C50828;
}
.BgClassName
{
background-color: #C50828;
}
</style>
border-color css
<style>
span { border-color: #C50828; }
span { border-color: rgb(197,8,40); }
td.TdClassName
{
border-color: #C50828;
}
.TagClassName
{
border-color: #C50828;
}
</style>