Shades of Fire Engine Red #C6181D
Tints of Fire Engine Red #C6181D
RGB
CMYK
RGB Variations
Color information
#C6181D (or 0xC6181D) is known color: Fire Engine Red. HEX triplet: C6, 18 and 1D. RGB value is (198,24,29). Sum of RGB (Red+Green+Blue) = 198+24+29=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C6181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6181D is #39E7E2. Grayscale: #4C4C4C. Windows color (decimal): -3794915 or 1906886. OLE color: 1906886.
HSL color Cylindrical-coordinate representation of color #C6181D: hue angle of 358.28º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6181D is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 29 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.22 |
| HSL | 358.28º | 0.78% | 0.44% | - |
| HSV(B) | 358.28º | 0.88% | 0.78% | - |
| XYZ | 23.84 | 12.75 | 2.37 | - |
| YUV | 76.6 | 101.15 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 29 | 0 | 0.88 | 0.85 | 0.22 | 358.28 | 0.78 | 0.44 |
| Hex | C6 | 18 | 1D | 0 | 58 | 55 | 16 | 166 | 4E | 2C |
| Octal | 306 | 30 | 35 | 0 | 130 | 125 | 26 | 546 | 116 | 54 |
| Binary | 11000110 | 11000 | 11101 | 0 | 1011000 | 1010101 | 10110 | 101100110 | 1001110 | 101100 |
Color Harmonies of #C6181D
Complementary color
Monochromatic Colors of #C6181D
Black with #C6181D
Text Example
Text Example
White with #C6181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6181D; }
p { color: rgb(198,24,29); }
H1.HeaderClassName
{
color: #C6181D;
}
.AnyTagClassName
{
color: #C6181D;
}
</style>
background-color css
<style>
a { background-color: #C6181D; }
a { background-color: rgb(198,24,29); }
div.DivClassName
{
background-color: #C6181D;
}
.BgClassName
{
background-color: #C6181D;
}
</style>
border-color css
<style>
span { border-color: #C6181D; }
span { border-color: rgb(198,24,29); }
td.TdClassName
{
border-color: #C6181D;
}
.TagClassName
{
border-color: #C6181D;
}
</style>