Shades of Fire Engine Red #C6132C
Tints of Fire Engine Red #C6132C
RGB
CMYK
RGB Variations
Color information
#C6132C (or 0xC6132C) is known color: Fire Engine Red. HEX triplet: C6, 13 and 2C. RGB value is (198,19,44). Sum of RGB (Red+Green+Blue) = 198+19+44=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C6132C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6132C is #39ECD3. Grayscale: #4B4B4B. Windows color (decimal): -3796180 or 2888646. OLE color: 2888646.
HSL color Cylindrical-coordinate representation of color #C6132C: hue angle of 351.62º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6132C is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 44 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.22 |
| HSL | 351.62º | 0.82% | 0.43% | - |
| HSV(B) | 351.62º | 0.9% | 0.78% | - |
| XYZ | 23.98 | 12.65 | 3.56 | - |
| YUV | 75.37 | 110.3 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 44 | 0 | 0.90 | 0.78 | 0.22 | 351.62 | 0.82 | 0.43 |
| Hex | C6 | 13 | 2C | 0 | 5A | 4E | 16 | 160 | 52 | 2B |
| Octal | 306 | 23 | 54 | 0 | 132 | 116 | 26 | 540 | 122 | 53 |
| Binary | 11000110 | 10011 | 101100 | 0 | 1011010 | 1001110 | 10110 | 101100000 | 1010010 | 101011 |
Color Harmonies of #C6132C
Complementary color
Monochromatic Colors of #C6132C
Black with #C6132C
Text Example
Text Example
White with #C6132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6132C; }
p { color: rgb(198,19,44); }
H1.HeaderClassName
{
color: #C6132C;
}
.AnyTagClassName
{
color: #C6132C;
}
</style>
background-color css
<style>
a { background-color: #C6132C; }
a { background-color: rgb(198,19,44); }
div.DivClassName
{
background-color: #C6132C;
}
.BgClassName
{
background-color: #C6132C;
}
</style>
border-color css
<style>
span { border-color: #C6132C; }
span { border-color: rgb(198,19,44); }
td.TdClassName
{
border-color: #C6132C;
}
.TagClassName
{
border-color: #C6132C;
}
</style>