Shades of Fire Engine Red #C91819
Tints of Fire Engine Red #C91819
RGB
CMYK
RGB Variations
Color information
#C91819 (or 0xC91819) is known color: Fire Engine Red. HEX triplet: C9, 18 and 19. RGB value is (201,24,25). Sum of RGB (Red+Green+Blue) = 201+24+25=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C91819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91819 is #36E7E6. Grayscale: #4D4D4D. Windows color (decimal): -3598311 or 1644745. OLE color: 1644745.
HSL color Cylindrical-coordinate representation of color #C91819: hue angle of 359.66º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91819 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 25 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.21 |
| HSL | 359.66º | 0.79% | 0.44% | - |
| HSV(B) | 359.66º | 0.88% | 0.79% | - |
| XYZ | 24.59 | 13.14 | 2.16 | - |
| YUV | 77.04 | 98.64 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 25 | 0 | 0.88 | 0.88 | 0.21 | 359.66 | 0.79 | 0.44 |
| Hex | C9 | 18 | 19 | 0 | 58 | 58 | 15 | 168 | 4F | 2C |
| Octal | 311 | 30 | 31 | 0 | 130 | 130 | 25 | 550 | 117 | 54 |
| Binary | 11001001 | 11000 | 11001 | 0 | 1011000 | 1011000 | 10101 | 101101000 | 1001111 | 101100 |
Color Harmonies of #C91819
Complementary color
Monochromatic Colors of #C91819
Black with #C91819
Text Example
Text Example
White with #C91819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91819; }
p { color: rgb(201,24,25); }
H1.HeaderClassName
{
color: #C91819;
}
.AnyTagClassName
{
color: #C91819;
}
</style>
background-color css
<style>
a { background-color: #C91819; }
a { background-color: rgb(201,24,25); }
div.DivClassName
{
background-color: #C91819;
}
.BgClassName
{
background-color: #C91819;
}
</style>
border-color css
<style>
span { border-color: #C91819; }
span { border-color: rgb(201,24,25); }
td.TdClassName
{
border-color: #C91819;
}
.TagClassName
{
border-color: #C91819;
}
</style>