Shades of Fire Engine Red #C6151B
Tints of Fire Engine Red #C6151B
RGB
CMYK
RGB Variations
Color information
#C6151B (or 0xC6151B) is known color: Fire Engine Red. HEX triplet: C6, 15 and 1B. RGB value is (198,21,27). Sum of RGB (Red+Green+Blue) = 198+21+27=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C6151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6151B is #39EAE4. Grayscale: #4A4A4A. Windows color (decimal): -3795685 or 1775046. OLE color: 1775046.
HSL color Cylindrical-coordinate representation of color #C6151B: hue angle of 357.97º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6151B is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 27 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.22 |
| HSL | 357.97º | 0.81% | 0.43% | - |
| HSV(B) | 357.97º | 0.89% | 0.78% | - |
| XYZ | 23.75 | 12.62 | 2.22 | - |
| YUV | 74.61 | 101.14 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 27 | 0 | 0.89 | 0.86 | 0.22 | 357.97 | 0.81 | 0.43 |
| Hex | C6 | 15 | 1B | 0 | 59 | 56 | 16 | 166 | 51 | 2B |
| Octal | 306 | 25 | 33 | 0 | 131 | 126 | 26 | 546 | 121 | 53 |
| Binary | 11000110 | 10101 | 11011 | 0 | 1011001 | 1010110 | 10110 | 101100110 | 1010001 | 101011 |
Color Harmonies of #C6151B
Complementary color
Monochromatic Colors of #C6151B
Black with #C6151B
Text Example
Text Example
White with #C6151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6151B; }
p { color: rgb(198,21,27); }
H1.HeaderClassName
{
color: #C6151B;
}
.AnyTagClassName
{
color: #C6151B;
}
</style>
background-color css
<style>
a { background-color: #C6151B; }
a { background-color: rgb(198,21,27); }
div.DivClassName
{
background-color: #C6151B;
}
.BgClassName
{
background-color: #C6151B;
}
</style>
border-color css
<style>
span { border-color: #C6151B; }
span { border-color: rgb(198,21,27); }
td.TdClassName
{
border-color: #C6151B;
}
.TagClassName
{
border-color: #C6151B;
}
</style>