Shades of Fire Engine Red #C91321
Tints of Fire Engine Red #C91321
RGB
CMYK
RGB Variations
Color information
#C91321 (or 0xC91321) is known color: Fire Engine Red. HEX triplet: C9, 13 and 21. RGB value is (201,19,33). Sum of RGB (Red+Green+Blue) = 201+19+33=253 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.45% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 201 - color contains mainly: red. Hex color #C91321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91321 is #36ECDE. Grayscale: #4B4B4B. Windows color (decimal): -3599583 or 2167753. OLE color: 2167753.
HSL color Cylindrical-coordinate representation of color #C91321: hue angle of 355.38º 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 #C91321 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 33 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.21 |
| HSL | 355.38º | 0.83% | 0.43% | - |
| HSV(B) | 355.38º | 0.91% | 0.79% | - |
| XYZ | 24.59 | 12.99 | 2.65 | - |
| YUV | 75.01 | 104.3 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 33 | 0 | 0.91 | 0.84 | 0.21 | 355.38 | 0.83 | 0.43 |
| Hex | C9 | 13 | 21 | 0 | 5B | 54 | 15 | 163 | 53 | 2B |
| Octal | 311 | 23 | 41 | 0 | 133 | 124 | 25 | 543 | 123 | 53 |
| Binary | 11001001 | 10011 | 100001 | 0 | 1011011 | 1010100 | 10101 | 101100011 | 1010011 | 101011 |
Color Harmonies of #C91321
Complementary color
Monochromatic Colors of #C91321
Black with #C91321
Text Example
Text Example
White with #C91321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91321; }
p { color: rgb(201,19,33); }
H1.HeaderClassName
{
color: #C91321;
}
.AnyTagClassName
{
color: #C91321;
}
</style>
background-color css
<style>
a { background-color: #C91321; }
a { background-color: rgb(201,19,33); }
div.DivClassName
{
background-color: #C91321;
}
.BgClassName
{
background-color: #C91321;
}
</style>
border-color css
<style>
span { border-color: #C91321; }
span { border-color: rgb(201,19,33); }
td.TdClassName
{
border-color: #C91321;
}
.TagClassName
{
border-color: #C91321;
}
</style>