Shades of Fire Engine Red #C6131F
Tints of Fire Engine Red #C6131F
RGB
CMYK
RGB Variations
Color information
#C6131F (or 0xC6131F) is known color: Fire Engine Red. HEX triplet: C6, 13 and 1F. RGB value is (198,19,31). Sum of RGB (Red+Green+Blue) = 198+19+31=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C6131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6131F is #39ECE0. Grayscale: #4A4A4A. Windows color (decimal): -3796193 or 2036678. OLE color: 2036678.
HSL color Cylindrical-coordinate representation of color #C6131F: hue angle of 355.98º 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 #C6131F is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 31 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.22 |
| HSL | 355.98º | 0.82% | 0.43% | - |
| HSV(B) | 355.98º | 0.9% | 0.78% | - |
| XYZ | 23.77 | 12.57 | 2.47 | - |
| YUV | 73.89 | 103.8 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 31 | 0 | 0.90 | 0.84 | 0.22 | 355.98 | 0.82 | 0.43 |
| Hex | C6 | 13 | 1F | 0 | 5A | 54 | 16 | 164 | 52 | 2B |
| Octal | 306 | 23 | 37 | 0 | 132 | 124 | 26 | 544 | 122 | 53 |
| Binary | 11000110 | 10011 | 11111 | 0 | 1011010 | 1010100 | 10110 | 101100100 | 1010010 | 101011 |
Color Harmonies of #C6131F
Complementary color
Monochromatic Colors of #C6131F
Black with #C6131F
Text Example
Text Example
White with #C6131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6131F; }
p { color: rgb(198,19,31); }
H1.HeaderClassName
{
color: #C6131F;
}
.AnyTagClassName
{
color: #C6131F;
}
</style>
background-color css
<style>
a { background-color: #C6131F; }
a { background-color: rgb(198,19,31); }
div.DivClassName
{
background-color: #C6131F;
}
.BgClassName
{
background-color: #C6131F;
}
</style>
border-color css
<style>
span { border-color: #C6131F; }
span { border-color: rgb(198,19,31); }
td.TdClassName
{
border-color: #C6131F;
}
.TagClassName
{
border-color: #C6131F;
}
</style>