Shades of Fire Engine Red #C91A2A
Tints of Fire Engine Red #C91A2A
RGB
CMYK
RGB Variations
Color information
#C91A2A (or 0xC91A2A) is known color: Fire Engine Red. HEX triplet: C9, 1A and 2A. RGB value is (201,26,42). Sum of RGB (Red+Green+Blue) = 201+26+42=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C91A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91A2A is #36E5D5. Grayscale: #505050. Windows color (decimal): -3597782 or 2759369. OLE color: 2759369.
HSL color Cylindrical-coordinate representation of color #C91A2A: hue angle of 354.51º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91A2A is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 26 | 42 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.21 |
| HSL | 354.51º | 0.77% | 0.45% | - |
| HSV(B) | 354.51º | 0.87% | 0.79% | - |
| XYZ | 24.87 | 13.32 | 3.45 | - |
| YUV | 80.15 | 106.48 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 42 | 0 | 0.87 | 0.79 | 0.21 | 354.51 | 0.77 | 0.45 |
| Hex | C9 | 1A | 2A | 0 | 57 | 4F | 15 | 163 | 4D | 2D |
| Octal | 311 | 32 | 52 | 0 | 127 | 117 | 25 | 543 | 115 | 55 |
| Binary | 11001001 | 11010 | 101010 | 0 | 1010111 | 1001111 | 10101 | 101100011 | 1001101 | 101101 |
Color Harmonies of #C91A2A
Complementary color
Monochromatic Colors of #C91A2A
Black with #C91A2A
Text Example
Text Example
White with #C91A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91A2A; }
p { color: rgb(201,26,42); }
H1.HeaderClassName
{
color: #C91A2A;
}
.AnyTagClassName
{
color: #C91A2A;
}
</style>
background-color css
<style>
a { background-color: #C91A2A; }
a { background-color: rgb(201,26,42); }
div.DivClassName
{
background-color: #C91A2A;
}
.BgClassName
{
background-color: #C91A2A;
}
</style>
border-color css
<style>
span { border-color: #C91A2A; }
span { border-color: rgb(201,26,42); }
td.TdClassName
{
border-color: #C91A2A;
}
.TagClassName
{
border-color: #C91A2A;
}
</style>