Shades of Fire Engine Red #C91325
Tints of Fire Engine Red #C91325
RGB
CMYK
RGB Variations
Color information
#C91325 (or 0xC91325) is known color: Fire Engine Red. HEX triplet: C9, 13 and 25. RGB value is (201,19,37). Sum of RGB (Red+Green+Blue) = 201+19+37=257 (34% of max value = 765). Red value is 201 (78.91% from 255 or 78.21% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 201 - color contains mainly: red. Hex color #C91325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91325 is #36ECDA. Grayscale: #4B4B4B. Windows color (decimal): -3599579 or 2429897. OLE color: 2429897.
HSL color Cylindrical-coordinate representation of color #C91325: hue angle of 354.07º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91325 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 37 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.21 |
| HSL | 354.07º | 0.83% | 0.43% | - |
| HSV(B) | 354.07º | 0.91% | 0.79% | - |
| XYZ | 24.65 | 13.02 | 2.96 | - |
| YUV | 75.47 | 106.3 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 37 | 0 | 0.91 | 0.82 | 0.21 | 354.07 | 0.83 | 0.43 |
| Hex | C9 | 13 | 25 | 0 | 5B | 52 | 15 | 162 | 53 | 2B |
| Octal | 311 | 23 | 45 | 0 | 133 | 122 | 25 | 542 | 123 | 53 |
| Binary | 11001001 | 10011 | 100101 | 0 | 1011011 | 1010010 | 10101 | 101100010 | 1010011 | 101011 |
Color Harmonies of #C91325
Complementary color
Monochromatic Colors of #C91325
Black with #C91325
Text Example
Text Example
White with #C91325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91325; }
p { color: rgb(201,19,37); }
H1.HeaderClassName
{
color: #C91325;
}
.AnyTagClassName
{
color: #C91325;
}
</style>
background-color css
<style>
a { background-color: #C91325; }
a { background-color: rgb(201,19,37); }
div.DivClassName
{
background-color: #C91325;
}
.BgClassName
{
background-color: #C91325;
}
</style>
border-color css
<style>
span { border-color: #C91325; }
span { border-color: rgb(201,19,37); }
td.TdClassName
{
border-color: #C91325;
}
.TagClassName
{
border-color: #C91325;
}
</style>