Shades of Fire Engine Red #C50F22
Tints of Fire Engine Red #C50F22
RGB
CMYK
RGB Variations
Color information
#C50F22 (or 0xC50F22) is known color: Fire Engine Red. HEX triplet: C5, 0F and 22. RGB value is (197,15,34). Sum of RGB (Red+Green+Blue) = 197+15+34=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50F22 is #3AF0DD. Grayscale: #474747. Windows color (decimal): -3862750 or 2232261. OLE color: 2232261.
HSL color Cylindrical-coordinate representation of color #C50F22: hue angle of 353.74º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C50F22 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 34 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.23 |
| HSL | 353.74º | 0.86% | 0.42% | - |
| HSV(B) | 353.74º | 0.92% | 0.77% | - |
| XYZ | 23.49 | 12.33 | 2.65 | - |
| YUV | 71.58 | 106.8 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 34 | 0 | 0.92 | 0.83 | 0.23 | 353.74 | 0.86 | 0.42 |
| Hex | C5 | F | 22 | 0 | 5C | 53 | 17 | 162 | 56 | 2A |
| Octal | 305 | 17 | 42 | 0 | 134 | 123 | 27 | 542 | 126 | 52 |
| Binary | 11000101 | 1111 | 100010 | 0 | 1011100 | 1010011 | 10111 | 101100010 | 1010110 | 101010 |
Color Harmonies of #C50F22
Complementary color
Monochromatic Colors of #C50F22
Black with #C50F22
Text Example
Text Example
White with #C50F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50F22; }
p { color: rgb(197,15,34); }
H1.HeaderClassName
{
color: #C50F22;
}
.AnyTagClassName
{
color: #C50F22;
}
</style>
background-color css
<style>
a { background-color: #C50F22; }
a { background-color: rgb(197,15,34); }
div.DivClassName
{
background-color: #C50F22;
}
.BgClassName
{
background-color: #C50F22;
}
</style>
border-color css
<style>
span { border-color: #C50F22; }
span { border-color: rgb(197,15,34); }
td.TdClassName
{
border-color: #C50F22;
}
.TagClassName
{
border-color: #C50F22;
}
</style>