Shades of Fire Engine Red #C91722
Tints of Fire Engine Red #C91722
RGB
CMYK
RGB Variations
Color information
#C91722 (or 0xC91722) is known color: Fire Engine Red. HEX triplet: C9, 17 and 22. RGB value is (201,23,34). Sum of RGB (Red+Green+Blue) = 201+23+34=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C91722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91722 is #36E8DD. Grayscale: #4D4D4D. Windows color (decimal): -3598558 or 2234313. OLE color: 2234313.
HSL color Cylindrical-coordinate representation of color #C91722: hue angle of 356.29º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91722 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 34 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.21 |
| HSL | 356.29º | 0.79% | 0.44% | - |
| HSV(B) | 356.29º | 0.89% | 0.79% | - |
| XYZ | 24.68 | 13.15 | 2.75 | - |
| YUV | 77.48 | 103.47 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 34 | 0 | 0.89 | 0.83 | 0.21 | 356.29 | 0.79 | 0.44 |
| Hex | C9 | 17 | 22 | 0 | 59 | 53 | 15 | 164 | 4F | 2C |
| Octal | 311 | 27 | 42 | 0 | 131 | 123 | 25 | 544 | 117 | 54 |
| Binary | 11001001 | 10111 | 100010 | 0 | 1011001 | 1010011 | 10101 | 101100100 | 1001111 | 101100 |
Color Harmonies of #C91722
Complementary color
Monochromatic Colors of #C91722
Black with #C91722
Text Example
Text Example
White with #C91722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91722; }
p { color: rgb(201,23,34); }
H1.HeaderClassName
{
color: #C91722;
}
.AnyTagClassName
{
color: #C91722;
}
</style>
background-color css
<style>
a { background-color: #C91722; }
a { background-color: rgb(201,23,34); }
div.DivClassName
{
background-color: #C91722;
}
.BgClassName
{
background-color: #C91722;
}
</style>
border-color css
<style>
span { border-color: #C91722; }
span { border-color: rgb(201,23,34); }
td.TdClassName
{
border-color: #C91722;
}
.TagClassName
{
border-color: #C91722;
}
</style>