Shades of Fire Engine Red #C91422
Tints of Fire Engine Red #C91422
RGB
CMYK
RGB Variations
Color information
#C91422 (or 0xC91422) is known color: Fire Engine Red. HEX triplet: C9, 14 and 22. RGB value is (201,20,34). Sum of RGB (Red+Green+Blue) = 201+20+34=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C91422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91422 is #36EBDD. Grayscale: #4B4B4B. Windows color (decimal): -3599326 or 2233545. OLE color: 2233545.
HSL color Cylindrical-coordinate representation of color #C91422: hue angle of 355.36º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91422 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 34 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.21 |
| HSL | 355.36º | 0.82% | 0.43% | - |
| HSV(B) | 355.36º | 0.9% | 0.79% | - |
| XYZ | 24.63 | 13.03 | 2.73 | - |
| YUV | 75.72 | 104.47 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 34 | 0 | 0.90 | 0.83 | 0.21 | 355.36 | 0.82 | 0.43 |
| Hex | C9 | 14 | 22 | 0 | 5A | 53 | 15 | 163 | 52 | 2B |
| Octal | 311 | 24 | 42 | 0 | 132 | 123 | 25 | 543 | 122 | 53 |
| Binary | 11001001 | 10100 | 100010 | 0 | 1011010 | 1010011 | 10101 | 101100011 | 1010010 | 101011 |
Color Harmonies of #C91422
Complementary color
Monochromatic Colors of #C91422
Black with #C91422
Text Example
Text Example
White with #C91422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91422; }
p { color: rgb(201,20,34); }
H1.HeaderClassName
{
color: #C91422;
}
.AnyTagClassName
{
color: #C91422;
}
</style>
background-color css
<style>
a { background-color: #C91422; }
a { background-color: rgb(201,20,34); }
div.DivClassName
{
background-color: #C91422;
}
.BgClassName
{
background-color: #C91422;
}
</style>
border-color css
<style>
span { border-color: #C91422; }
span { border-color: rgb(201,20,34); }
td.TdClassName
{
border-color: #C91422;
}
.TagClassName
{
border-color: #C91422;
}
</style>