Shades of Fire Engine Red #C61823
Tints of Fire Engine Red #C61823
RGB
CMYK
RGB Variations
Color information
#C61823 (or 0xC61823) is known color: Fire Engine Red. HEX triplet: C6, 18 and 23. RGB value is (198,24,35). Sum of RGB (Red+Green+Blue) = 198+24+35=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C61823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61823 is #39E7DC. Grayscale: #4D4D4D. Windows color (decimal): -3794909 or 2300102. OLE color: 2300102.
HSL color Cylindrical-coordinate representation of color #C61823: hue angle of 356.21º 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 #C61823 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 35 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.22 |
| HSL | 356.21º | 0.78% | 0.44% | - |
| HSV(B) | 356.21º | 0.88% | 0.78% | - |
| XYZ | 23.92 | 12.78 | 2.8 | - |
| YUV | 77.28 | 104.15 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 35 | 0 | 0.88 | 0.82 | 0.22 | 356.21 | 0.78 | 0.44 |
| Hex | C6 | 18 | 23 | 0 | 58 | 52 | 16 | 164 | 4E | 2C |
| Octal | 306 | 30 | 43 | 0 | 130 | 122 | 26 | 544 | 116 | 54 |
| Binary | 11000110 | 11000 | 100011 | 0 | 1011000 | 1010010 | 10110 | 101100100 | 1001110 | 101100 |
Color Harmonies of #C61823
Complementary color
Monochromatic Colors of #C61823
Black with #C61823
Text Example
Text Example
White with #C61823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61823; }
p { color: rgb(198,24,35); }
H1.HeaderClassName
{
color: #C61823;
}
.AnyTagClassName
{
color: #C61823;
}
</style>
background-color css
<style>
a { background-color: #C61823; }
a { background-color: rgb(198,24,35); }
div.DivClassName
{
background-color: #C61823;
}
.BgClassName
{
background-color: #C61823;
}
</style>
border-color css
<style>
span { border-color: #C61823; }
span { border-color: rgb(198,24,35); }
td.TdClassName
{
border-color: #C61823;
}
.TagClassName
{
border-color: #C61823;
}
</style>