Shades of Fire Engine Red #C6062B
Tints of Fire Engine Red #C6062B
RGB
CMYK
RGB Variations
Color information
#C6062B (or 0xC6062B) is known color: Fire Engine Red. HEX triplet: C6, 06 and 2B. RGB value is (198,6,43). Sum of RGB (Red+Green+Blue) = 198+6+43=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C6062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6062B is #39F9D4. Grayscale: #434343. Windows color (decimal): -3799509 or 2819782. OLE color: 2819782.
HSL color Cylindrical-coordinate representation of color #C6062B: hue angle of 348.44º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6062B is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 43 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.22 |
| HSL | 348.44º | 0.94% | 0.4% | - |
| HSV(B) | 348.44º | 0.97% | 0.78% | - |
| XYZ | 23.79 | 12.31 | 3.41 | - |
| YUV | 67.63 | 114.11 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 43 | 0 | 0.97 | 0.78 | 0.22 | 348.44 | 0.94 | 0.4 |
| Hex | C6 | 6 | 2B | 0 | 61 | 4E | 16 | 15C | 5E | 28 |
| Octal | 306 | 6 | 53 | 0 | 141 | 116 | 26 | 534 | 136 | 50 |
| Binary | 11000110 | 110 | 101011 | 0 | 1100001 | 1001110 | 10110 | 101011100 | 1011110 | 101000 |
Color Harmonies of #C6062B
Complementary color
Monochromatic Colors of #C6062B
Black with #C6062B
Text Example
Text Example
White with #C6062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6062B; }
p { color: rgb(198,6,43); }
H1.HeaderClassName
{
color: #C6062B;
}
.AnyTagClassName
{
color: #C6062B;
}
</style>
background-color css
<style>
a { background-color: #C6062B; }
a { background-color: rgb(198,6,43); }
div.DivClassName
{
background-color: #C6062B;
}
.BgClassName
{
background-color: #C6062B;
}
</style>
border-color css
<style>
span { border-color: #C6062B; }
span { border-color: rgb(198,6,43); }
td.TdClassName
{
border-color: #C6062B;
}
.TagClassName
{
border-color: #C6062B;
}
</style>