Shades of Fire Engine Red #C9152B
Tints of Fire Engine Red #C9152B
RGB
CMYK
RGB Variations
Color information
#C9152B (or 0xC9152B) is known color: Fire Engine Red. HEX triplet: C9, 15 and 2B. RGB value is (201,21,43). Sum of RGB (Red+Green+Blue) = 201+21+43=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C9152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9152B is #36EAD4. Grayscale: #4D4D4D. Windows color (decimal): -3599061 or 2823625. OLE color: 2823625.
HSL color Cylindrical-coordinate representation of color #C9152B: hue angle of 352.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9152B is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 43 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.21 |
| HSL | 352.67º | 0.81% | 0.44% | - |
| HSV(B) | 352.67º | 0.9% | 0.79% | - |
| XYZ | 24.79 | 13.13 | 3.51 | - |
| YUV | 77.33 | 108.63 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 43 | 0 | 0.90 | 0.79 | 0.21 | 352.67 | 0.81 | 0.44 |
| Hex | C9 | 15 | 2B | 0 | 5A | 4F | 15 | 161 | 51 | 2C |
| Octal | 311 | 25 | 53 | 0 | 132 | 117 | 25 | 541 | 121 | 54 |
| Binary | 11001001 | 10101 | 101011 | 0 | 1011010 | 1001111 | 10101 | 101100001 | 1010001 | 101100 |
Color Harmonies of #C9152B
Complementary color
Monochromatic Colors of #C9152B
Black with #C9152B
Text Example
Text Example
White with #C9152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9152B; }
p { color: rgb(201,21,43); }
H1.HeaderClassName
{
color: #C9152B;
}
.AnyTagClassName
{
color: #C9152B;
}
</style>
background-color css
<style>
a { background-color: #C9152B; }
a { background-color: rgb(201,21,43); }
div.DivClassName
{
background-color: #C9152B;
}
.BgClassName
{
background-color: #C9152B;
}
</style>
border-color css
<style>
span { border-color: #C9152B; }
span { border-color: rgb(201,21,43); }
td.TdClassName
{
border-color: #C9152B;
}
.TagClassName
{
border-color: #C9152B;
}
</style>