Shades of Fire Engine Red #C0151C
Tints of Fire Engine Red #C0151C
RGB
CMYK
RGB Variations
Color information
#C0151C (or 0xC0151C) is known color: Fire Engine Red. HEX triplet: C0, 15 and 1C. RGB value is (192,21,28). Sum of RGB (Red+Green+Blue) = 192+21+28=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C0151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0151C is #3FEAE3. Grayscale: #494949. Windows color (decimal): -4188900 or 1840576. OLE color: 1840576.
HSL color Cylindrical-coordinate representation of color #C0151C: hue angle of 357.54º 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 #C0151C is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 28 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.25 |
| HSL | 357.54º | 0.8% | 0.42% | - |
| HSV(B) | 357.54º | 0.89% | 0.75% | - |
| XYZ | 22.22 | 11.83 | 2.21 | - |
| YUV | 72.93 | 102.65 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 28 | 0 | 0.89 | 0.85 | 0.25 | 357.54 | 0.8 | 0.42 |
| Hex | C0 | 15 | 1C | 0 | 59 | 55 | 19 | 166 | 50 | 2A |
| Octal | 300 | 25 | 34 | 0 | 131 | 125 | 31 | 546 | 120 | 52 |
| Binary | 11000000 | 10101 | 11100 | 0 | 1011001 | 1010101 | 11001 | 101100110 | 1010000 | 101010 |
Color Harmonies of #C0151C
Complementary color
Monochromatic Colors of #C0151C
Black with #C0151C
Text Example
Text Example
White with #C0151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0151C; }
p { color: rgb(192,21,28); }
H1.HeaderClassName
{
color: #C0151C;
}
.AnyTagClassName
{
color: #C0151C;
}
</style>
background-color css
<style>
a { background-color: #C0151C; }
a { background-color: rgb(192,21,28); }
div.DivClassName
{
background-color: #C0151C;
}
.BgClassName
{
background-color: #C0151C;
}
</style>
border-color css
<style>
span { border-color: #C0151C; }
span { border-color: rgb(192,21,28); }
td.TdClassName
{
border-color: #C0151C;
}
.TagClassName
{
border-color: #C0151C;
}
</style>