Shades of Fire Engine Red #C61429
Tints of Fire Engine Red #C61429
RGB
CMYK
RGB Variations
Color information
#C61429 (or 0xC61429) is known color: Fire Engine Red. HEX triplet: C6, 14 and 29. RGB value is (198,20,41). Sum of RGB (Red+Green+Blue) = 198+20+41=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C61429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61429 is #39EBD6. Grayscale: #4B4B4B. Windows color (decimal): -3795927 or 2692294. OLE color: 2692294.
HSL color Cylindrical-coordinate representation of color #C61429: hue angle of 352.92º 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 #C61429 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 41 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.22 |
| HSL | 352.92º | 0.82% | 0.43% | - |
| HSV(B) | 352.92º | 0.9% | 0.78% | - |
| XYZ | 23.94 | 12.67 | 3.28 | - |
| YUV | 75.62 | 108.47 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 41 | 0 | 0.90 | 0.79 | 0.22 | 352.92 | 0.82 | 0.43 |
| Hex | C6 | 14 | 29 | 0 | 5A | 4F | 16 | 161 | 52 | 2B |
| Octal | 306 | 24 | 51 | 0 | 132 | 117 | 26 | 541 | 122 | 53 |
| Binary | 11000110 | 10100 | 101001 | 0 | 1011010 | 1001111 | 10110 | 101100001 | 1010010 | 101011 |
Color Harmonies of #C61429
Complementary color
Monochromatic Colors of #C61429
Black with #C61429
Text Example
Text Example
White with #C61429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61429; }
p { color: rgb(198,20,41); }
H1.HeaderClassName
{
color: #C61429;
}
.AnyTagClassName
{
color: #C61429;
}
</style>
background-color css
<style>
a { background-color: #C61429; }
a { background-color: rgb(198,20,41); }
div.DivClassName
{
background-color: #C61429;
}
.BgClassName
{
background-color: #C61429;
}
</style>
border-color css
<style>
span { border-color: #C61429; }
span { border-color: rgb(198,20,41); }
td.TdClassName
{
border-color: #C61429;
}
.TagClassName
{
border-color: #C61429;
}
</style>