Shades of Fire Engine Red #C0151A
Tints of Fire Engine Red #C0151A
RGB
CMYK
RGB Variations
Color information
#C0151A (or 0xC0151A) is known color: Fire Engine Red. HEX triplet: C0, 15 and 1A. RGB value is (192,21,26). Sum of RGB (Red+Green+Blue) = 192+21+26=239 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.33% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 192 - color contains mainly: red. Hex color #C0151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0151A is #3FEAE5. Grayscale: #484848. Windows color (decimal): -4188902 or 1709504. OLE color: 1709504.
HSL color Cylindrical-coordinate representation of color #C0151A: hue angle of 358.25º 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 #C0151A is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 26 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.25 |
| HSL | 358.25º | 0.8% | 0.42% | - |
| HSV(B) | 358.25º | 0.89% | 0.75% | - |
| XYZ | 22.19 | 11.82 | 2.09 | - |
| YUV | 72.7 | 101.65 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 26 | 0 | 0.89 | 0.86 | 0.25 | 358.25 | 0.8 | 0.42 |
| Hex | C0 | 15 | 1A | 0 | 59 | 56 | 19 | 166 | 50 | 2A |
| Octal | 300 | 25 | 32 | 0 | 131 | 126 | 31 | 546 | 120 | 52 |
| Binary | 11000000 | 10101 | 11010 | 0 | 1011001 | 1010110 | 11001 | 101100110 | 1010000 | 101010 |
Color Harmonies of #C0151A
Complementary color
Monochromatic Colors of #C0151A
Black with #C0151A
Text Example
Text Example
White with #C0151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0151A; }
p { color: rgb(192,21,26); }
H1.HeaderClassName
{
color: #C0151A;
}
.AnyTagClassName
{
color: #C0151A;
}
</style>
background-color css
<style>
a { background-color: #C0151A; }
a { background-color: rgb(192,21,26); }
div.DivClassName
{
background-color: #C0151A;
}
.BgClassName
{
background-color: #C0151A;
}
</style>
border-color css
<style>
span { border-color: #C0151A; }
span { border-color: rgb(192,21,26); }
td.TdClassName
{
border-color: #C0151A;
}
.TagClassName
{
border-color: #C0151A;
}
</style>