Shades of Fire Engine Red #C61D24
Tints of Fire Engine Red #C61D24
RGB
CMYK
RGB Variations
Color information
#C61D24 (or 0xC61D24) is known color: Fire Engine Red. HEX triplet: C6, 1D and 24. RGB value is (198,29,36). Sum of RGB (Red+Green+Blue) = 198+29+36=263 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.29% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61D24 is #39E2DB. Grayscale: #505050. Windows color (decimal): -3793628 or 2366918. OLE color: 2366918.
HSL color Cylindrical-coordinate representation of color #C61D24: hue angle of 357.51º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61D24 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 36 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.22 |
| HSL | 357.51º | 0.74% | 0.45% | - |
| HSV(B) | 357.51º | 0.85% | 0.78% | - |
| XYZ | 24.05 | 13.01 | 2.91 | - |
| YUV | 80.33 | 102.99 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 36 | 0 | 0.85 | 0.82 | 0.22 | 357.51 | 0.74 | 0.45 |
| Hex | C6 | 1D | 24 | 0 | 55 | 52 | 16 | 166 | 4A | 2D |
| Octal | 306 | 35 | 44 | 0 | 125 | 122 | 26 | 546 | 112 | 55 |
| Binary | 11000110 | 11101 | 100100 | 0 | 1010101 | 1010010 | 10110 | 101100110 | 1001010 | 101101 |
Color Harmonies of #C61D24
Complementary color
Monochromatic Colors of #C61D24
Black with #C61D24
Text Example
Text Example
White with #C61D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61D24; }
p { color: rgb(198,29,36); }
H1.HeaderClassName
{
color: #C61D24;
}
.AnyTagClassName
{
color: #C61D24;
}
</style>
background-color css
<style>
a { background-color: #C61D24; }
a { background-color: rgb(198,29,36); }
div.DivClassName
{
background-color: #C61D24;
}
.BgClassName
{
background-color: #C61D24;
}
</style>
border-color css
<style>
span { border-color: #C61D24; }
span { border-color: rgb(198,29,36); }
td.TdClassName
{
border-color: #C61D24;
}
.TagClassName
{
border-color: #C61D24;
}
</style>