Shades of Fire Engine Red #C6152A
Tints of Fire Engine Red #C6152A
RGB
CMYK
RGB Variations
Color information
#C6152A (or 0xC6152A) is known color: Fire Engine Red. HEX triplet: C6, 15 and 2A. RGB value is (198,21,42). Sum of RGB (Red+Green+Blue) = 198+21+42=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C6152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6152A is #39EAD5. Grayscale: #4C4C4C. Windows color (decimal): -3795670 or 2758086. OLE color: 2758086.
HSL color Cylindrical-coordinate representation of color #C6152A: hue angle of 352.88º 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 #C6152A is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 42 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.22 |
| HSL | 352.88º | 0.81% | 0.43% | - |
| HSV(B) | 352.88º | 0.89% | 0.78% | - |
| XYZ | 23.97 | 12.71 | 3.38 | - |
| YUV | 76.32 | 108.64 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 42 | 0 | 0.89 | 0.79 | 0.22 | 352.88 | 0.81 | 0.43 |
| Hex | C6 | 15 | 2A | 0 | 59 | 4F | 16 | 161 | 51 | 2B |
| Octal | 306 | 25 | 52 | 0 | 131 | 117 | 26 | 541 | 121 | 53 |
| Binary | 11000110 | 10101 | 101010 | 0 | 1011001 | 1001111 | 10110 | 101100001 | 1010001 | 101011 |
Color Harmonies of #C6152A
Complementary color
Monochromatic Colors of #C6152A
Black with #C6152A
Text Example
Text Example
White with #C6152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6152A; }
p { color: rgb(198,21,42); }
H1.HeaderClassName
{
color: #C6152A;
}
.AnyTagClassName
{
color: #C6152A;
}
</style>
background-color css
<style>
a { background-color: #C6152A; }
a { background-color: rgb(198,21,42); }
div.DivClassName
{
background-color: #C6152A;
}
.BgClassName
{
background-color: #C6152A;
}
</style>
border-color css
<style>
span { border-color: #C6152A; }
span { border-color: rgb(198,21,42); }
td.TdClassName
{
border-color: #C6152A;
}
.TagClassName
{
border-color: #C6152A;
}
</style>