Shades of Fire Engine Red #C6062A
Tints of Fire Engine Red #C6062A
RGB
CMYK
RGB Variations
Color information
#C6062A (or 0xC6062A) is known color: Fire Engine Red. HEX triplet: C6, 06 and 2A. RGB value is (198,6,42). Sum of RGB (Red+Green+Blue) = 198+6+42=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C6062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6062A is #39F9D5. Grayscale: #434343. Windows color (decimal): -3799510 or 2754246. OLE color: 2754246.
HSL color Cylindrical-coordinate representation of color #C6062A: hue angle of 348.75º 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 #C6062A is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 42 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.22 |
| HSL | 348.75º | 0.94% | 0.4% | - |
| HSV(B) | 348.75º | 0.97% | 0.78% | - |
| XYZ | 23.77 | 12.3 | 3.31 | - |
| YUV | 67.51 | 113.61 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 42 | 0 | 0.97 | 0.79 | 0.22 | 348.75 | 0.94 | 0.4 |
| Hex | C6 | 6 | 2A | 0 | 61 | 4F | 16 | 15D | 5E | 28 |
| Octal | 306 | 6 | 52 | 0 | 141 | 117 | 26 | 535 | 136 | 50 |
| Binary | 11000110 | 110 | 101010 | 0 | 1100001 | 1001111 | 10110 | 101011101 | 1011110 | 101000 |
Color Harmonies of #C6062A
Complementary color
Monochromatic Colors of #C6062A
Black with #C6062A
Text Example
Text Example
White with #C6062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6062A; }
p { color: rgb(198,6,42); }
H1.HeaderClassName
{
color: #C6062A;
}
.AnyTagClassName
{
color: #C6062A;
}
</style>
background-color css
<style>
a { background-color: #C6062A; }
a { background-color: rgb(198,6,42); }
div.DivClassName
{
background-color: #C6062A;
}
.BgClassName
{
background-color: #C6062A;
}
</style>
border-color css
<style>
span { border-color: #C6062A; }
span { border-color: rgb(198,6,42); }
td.TdClassName
{
border-color: #C6062A;
}
.TagClassName
{
border-color: #C6062A;
}
</style>