Shades of Fire Engine Red #C61729
Tints of Fire Engine Red #C61729
RGB
CMYK
RGB Variations
Color information
#C61729 (or 0xC61729) is known color: Fire Engine Red. HEX triplet: C6, 17 and 29. RGB value is (198,23,41). Sum of RGB (Red+Green+Blue) = 198+23+41=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C61729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61729 is #39E8D6. Grayscale: #4D4D4D. Windows color (decimal): -3795159 or 2693062. OLE color: 2693062.
HSL color Cylindrical-coordinate representation of color #C61729: hue angle of 353.83º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61729 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 41 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.22 |
| HSL | 353.83º | 0.79% | 0.43% | - |
| HSV(B) | 353.83º | 0.88% | 0.78% | - |
| XYZ | 24 | 12.78 | 3.3 | - |
| YUV | 77.38 | 107.48 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 41 | 0 | 0.88 | 0.79 | 0.22 | 353.83 | 0.79 | 0.43 |
| Hex | C6 | 17 | 29 | 0 | 58 | 4F | 16 | 162 | 4F | 2B |
| Octal | 306 | 27 | 51 | 0 | 130 | 117 | 26 | 542 | 117 | 53 |
| Binary | 11000110 | 10111 | 101001 | 0 | 1011000 | 1001111 | 10110 | 101100010 | 1001111 | 101011 |
Color Harmonies of #C61729
Complementary color
Monochromatic Colors of #C61729
Black with #C61729
Text Example
Text Example
White with #C61729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61729; }
p { color: rgb(198,23,41); }
H1.HeaderClassName
{
color: #C61729;
}
.AnyTagClassName
{
color: #C61729;
}
</style>
background-color css
<style>
a { background-color: #C61729; }
a { background-color: rgb(198,23,41); }
div.DivClassName
{
background-color: #C61729;
}
.BgClassName
{
background-color: #C61729;
}
</style>
border-color css
<style>
span { border-color: #C61729; }
span { border-color: rgb(198,23,41); }
td.TdClassName
{
border-color: #C61729;
}
.TagClassName
{
border-color: #C61729;
}
</style>