Shades of Fire Engine Red #C61C1E
Tints of Fire Engine Red #C61C1E
RGB
CMYK
RGB Variations
Color information
#C61C1E (or 0xC61C1E) is known color: Fire Engine Red. HEX triplet: C6, 1C and 1E. RGB value is (198,28,30). Sum of RGB (Red+Green+Blue) = 198+28+30=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61C1E is #39E3E1. Grayscale: #4F4F4F. Windows color (decimal): -3793890 or 1973446. OLE color: 1973446.
HSL color Cylindrical-coordinate representation of color #C61C1E: hue angle of 359.29º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61C1E is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 30 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.22 |
| HSL | 359.29º | 0.75% | 0.44% | - |
| HSV(B) | 359.29º | 0.86% | 0.78% | - |
| XYZ | 23.94 | 12.93 | 2.46 | - |
| YUV | 79.06 | 100.32 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 30 | 0 | 0.86 | 0.85 | 0.22 | 359.29 | 0.75 | 0.44 |
| Hex | C6 | 1C | 1E | 0 | 56 | 55 | 16 | 167 | 4B | 2C |
| Octal | 306 | 34 | 36 | 0 | 126 | 125 | 26 | 547 | 113 | 54 |
| Binary | 11000110 | 11100 | 11110 | 0 | 1010110 | 1010101 | 10110 | 101100111 | 1001011 | 101100 |
Color Harmonies of #C61C1E
Complementary color
Monochromatic Colors of #C61C1E
Black with #C61C1E
Text Example
Text Example
White with #C61C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C1E; }
p { color: rgb(198,28,30); }
H1.HeaderClassName
{
color: #C61C1E;
}
.AnyTagClassName
{
color: #C61C1E;
}
</style>
background-color css
<style>
a { background-color: #C61C1E; }
a { background-color: rgb(198,28,30); }
div.DivClassName
{
background-color: #C61C1E;
}
.BgClassName
{
background-color: #C61C1E;
}
</style>
border-color css
<style>
span { border-color: #C61C1E; }
span { border-color: rgb(198,28,30); }
td.TdClassName
{
border-color: #C61C1E;
}
.TagClassName
{
border-color: #C61C1E;
}
</style>