Shades of Fire Engine Red #C91328
Tints of Fire Engine Red #C91328
RGB
CMYK
RGB Variations
Color information
#C91328 (or 0xC91328) is known color: Fire Engine Red. HEX triplet: C9, 13 and 28. RGB value is (201,19,40). Sum of RGB (Red+Green+Blue) = 201+19+40=260 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.31% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 201 - color contains mainly: red. Hex color #C91328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91328 is #36ECD7. Grayscale: #4B4B4B. Windows color (decimal): -3599576 or 2626505. OLE color: 2626505.
HSL color Cylindrical-coordinate representation of color #C91328: hue angle of 353.08º 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 #C91328 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 40 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.21 |
| HSL | 353.08º | 0.83% | 0.43% | - |
| HSV(B) | 353.08º | 0.91% | 0.79% | - |
| XYZ | 24.7 | 13.04 | 3.22 | - |
| YUV | 75.81 | 107.8 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 40 | 0 | 0.91 | 0.80 | 0.21 | 353.08 | 0.83 | 0.43 |
| Hex | C9 | 13 | 28 | 0 | 5B | 50 | 15 | 161 | 53 | 2B |
| Octal | 311 | 23 | 50 | 0 | 133 | 120 | 25 | 541 | 123 | 53 |
| Binary | 11001001 | 10011 | 101000 | 0 | 1011011 | 1010000 | 10101 | 101100001 | 1010011 | 101011 |
Color Harmonies of #C91328
Complementary color
Monochromatic Colors of #C91328
Black with #C91328
Text Example
Text Example
White with #C91328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91328; }
p { color: rgb(201,19,40); }
H1.HeaderClassName
{
color: #C91328;
}
.AnyTagClassName
{
color: #C91328;
}
</style>
background-color css
<style>
a { background-color: #C91328; }
a { background-color: rgb(201,19,40); }
div.DivClassName
{
background-color: #C91328;
}
.BgClassName
{
background-color: #C91328;
}
</style>
border-color css
<style>
span { border-color: #C91328; }
span { border-color: rgb(201,19,40); }
td.TdClassName
{
border-color: #C91328;
}
.TagClassName
{
border-color: #C91328;
}
</style>