Shades of Fire Engine Red #C6131D
Tints of Fire Engine Red #C6131D
RGB
CMYK
RGB Variations
Color information
#C6131D (or 0xC6131D) is known color: Fire Engine Red. HEX triplet: C6, 13 and 1D. RGB value is (198,19,29). Sum of RGB (Red+Green+Blue) = 198+19+29=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C6131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6131D is #39ECE2. Grayscale: #494949. Windows color (decimal): -3796195 or 1905606. OLE color: 1905606.
HSL color Cylindrical-coordinate representation of color #C6131D: hue angle of 356.65º 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 #C6131D is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 29 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.22 |
| HSL | 356.65º | 0.82% | 0.43% | - |
| HSV(B) | 356.65º | 0.9% | 0.78% | - |
| XYZ | 23.74 | 12.56 | 2.34 | - |
| YUV | 73.66 | 102.8 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 29 | 0 | 0.90 | 0.85 | 0.22 | 356.65 | 0.82 | 0.43 |
| Hex | C6 | 13 | 1D | 0 | 5A | 55 | 16 | 165 | 52 | 2B |
| Octal | 306 | 23 | 35 | 0 | 132 | 125 | 26 | 545 | 122 | 53 |
| Binary | 11000110 | 10011 | 11101 | 0 | 1011010 | 1010101 | 10110 | 101100101 | 1010010 | 101011 |
Color Harmonies of #C6131D
Complementary color
Monochromatic Colors of #C6131D
Black with #C6131D
Text Example
Text Example
White with #C6131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6131D; }
p { color: rgb(198,19,29); }
H1.HeaderClassName
{
color: #C6131D;
}
.AnyTagClassName
{
color: #C6131D;
}
</style>
background-color css
<style>
a { background-color: #C6131D; }
a { background-color: rgb(198,19,29); }
div.DivClassName
{
background-color: #C6131D;
}
.BgClassName
{
background-color: #C6131D;
}
</style>
border-color css
<style>
span { border-color: #C6131D; }
span { border-color: rgb(198,19,29); }
td.TdClassName
{
border-color: #C6131D;
}
.TagClassName
{
border-color: #C6131D;
}
</style>