Shades of Fire Engine Red #C91822
Tints of Fire Engine Red #C91822
RGB
CMYK
RGB Variations
Color information
#C91822 (or 0xC91822) is known color: Fire Engine Red. HEX triplet: C9, 18 and 22. RGB value is (201,24,34). Sum of RGB (Red+Green+Blue) = 201+24+34=259 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.61% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 201 - color contains mainly: red. Hex color #C91822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91822 is #36E7DD. Grayscale: #4E4E4E. Windows color (decimal): -3598302 or 2234569. OLE color: 2234569.
HSL color Cylindrical-coordinate representation of color #C91822: hue angle of 356.61º 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 #C91822 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 34 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.21 |
| HSL | 356.61º | 0.79% | 0.44% | - |
| HSV(B) | 356.61º | 0.88% | 0.79% | - |
| XYZ | 24.7 | 13.19 | 2.76 | - |
| YUV | 78.06 | 103.14 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 34 | 0 | 0.88 | 0.83 | 0.21 | 356.61 | 0.79 | 0.44 |
| Hex | C9 | 18 | 22 | 0 | 58 | 53 | 15 | 165 | 4F | 2C |
| Octal | 311 | 30 | 42 | 0 | 130 | 123 | 25 | 545 | 117 | 54 |
| Binary | 11001001 | 11000 | 100010 | 0 | 1011000 | 1010011 | 10101 | 101100101 | 1001111 | 101100 |
Color Harmonies of #C91822
Complementary color
Monochromatic Colors of #C91822
Black with #C91822
Text Example
Text Example
White with #C91822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91822; }
p { color: rgb(201,24,34); }
H1.HeaderClassName
{
color: #C91822;
}
.AnyTagClassName
{
color: #C91822;
}
</style>
background-color css
<style>
a { background-color: #C91822; }
a { background-color: rgb(201,24,34); }
div.DivClassName
{
background-color: #C91822;
}
.BgClassName
{
background-color: #C91822;
}
</style>
border-color css
<style>
span { border-color: #C91822; }
span { border-color: rgb(201,24,34); }
td.TdClassName
{
border-color: #C91822;
}
.TagClassName
{
border-color: #C91822;
}
</style>