Shades of Fire Engine Red #C0151D
Tints of Fire Engine Red #C0151D
RGB
CMYK
RGB Variations
Color information
#C0151D (or 0xC0151D) is known color: Fire Engine Red. HEX triplet: C0, 15 and 1D. RGB value is (192,21,29). Sum of RGB (Red+Green+Blue) = 192+21+29=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C0151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0151D is #3FEAE2. Grayscale: #494949. Windows color (decimal): -4188899 or 1906112. OLE color: 1906112.
HSL color Cylindrical-coordinate representation of color #C0151D: hue angle of 357.19º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0151D is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 29 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.25 |
| HSL | 357.19º | 0.8% | 0.42% | - |
| HSV(B) | 357.19º | 0.89% | 0.75% | - |
| XYZ | 22.23 | 11.83 | 2.27 | - |
| YUV | 73.04 | 103.15 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 29 | 0 | 0.89 | 0.85 | 0.25 | 357.19 | 0.8 | 0.42 |
| Hex | C0 | 15 | 1D | 0 | 59 | 55 | 19 | 165 | 50 | 2A |
| Octal | 300 | 25 | 35 | 0 | 131 | 125 | 31 | 545 | 120 | 52 |
| Binary | 11000000 | 10101 | 11101 | 0 | 1011001 | 1010101 | 11001 | 101100101 | 1010000 | 101010 |
Color Harmonies of #C0151D
Complementary color
Monochromatic Colors of #C0151D
Black with #C0151D
Text Example
Text Example
White with #C0151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0151D; }
p { color: rgb(192,21,29); }
H1.HeaderClassName
{
color: #C0151D;
}
.AnyTagClassName
{
color: #C0151D;
}
</style>
background-color css
<style>
a { background-color: #C0151D; }
a { background-color: rgb(192,21,29); }
div.DivClassName
{
background-color: #C0151D;
}
.BgClassName
{
background-color: #C0151D;
}
</style>
border-color css
<style>
span { border-color: #C0151D; }
span { border-color: rgb(192,21,29); }
td.TdClassName
{
border-color: #C0151D;
}
.TagClassName
{
border-color: #C0151D;
}
</style>