Shades of Fire Engine Red #C6052E
Tints of Fire Engine Red #C6052E
RGB
CMYK
RGB Variations
Color information
#C6052E (or 0xC6052E) is known color: Fire Engine Red. HEX triplet: C6, 05 and 2E. RGB value is (198,5,46). Sum of RGB (Red+Green+Blue) = 198+5+46=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C6052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6052E is #39FAD1. Grayscale: #434343. Windows color (decimal): -3799762 or 3016134. OLE color: 3016134.
HSL color Cylindrical-coordinate representation of color #C6052E: hue angle of 347.25º degrees, saturation: 0.95, 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 #C6052E is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 46 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.22 |
| HSL | 347.25º | 0.95% | 0.4% | - |
| HSV(B) | 347.25º | 0.97% | 0.78% | - |
| XYZ | 23.84 | 12.31 | 3.7 | - |
| YUV | 67.38 | 115.94 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 46 | 0 | 0.97 | 0.77 | 0.22 | 347.25 | 0.95 | 0.4 |
| Hex | C6 | 5 | 2E | 0 | 61 | 4D | 16 | 15B | 5F | 28 |
| Octal | 306 | 5 | 56 | 0 | 141 | 115 | 26 | 533 | 137 | 50 |
| Binary | 11000110 | 101 | 101110 | 0 | 1100001 | 1001101 | 10110 | 101011011 | 1011111 | 101000 |
Color Harmonies of #C6052E
Complementary color
Monochromatic Colors of #C6052E
Black with #C6052E
Text Example
Text Example
White with #C6052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6052E; }
p { color: rgb(198,5,46); }
H1.HeaderClassName
{
color: #C6052E;
}
.AnyTagClassName
{
color: #C6052E;
}
</style>
background-color css
<style>
a { background-color: #C6052E; }
a { background-color: rgb(198,5,46); }
div.DivClassName
{
background-color: #C6052E;
}
.BgClassName
{
background-color: #C6052E;
}
</style>
border-color css
<style>
span { border-color: #C6052E; }
span { border-color: rgb(198,5,46); }
td.TdClassName
{
border-color: #C6052E;
}
.TagClassName
{
border-color: #C6052E;
}
</style>