Shades of Fire Engine Red #C7152A
Tints of Fire Engine Red #C7152A
RGB
CMYK
RGB Variations
Color information
#C7152A (or 0xC7152A) is known color: Fire Engine Red. HEX triplet: C7, 15 and 2A. RGB value is (199,21,42). Sum of RGB (Red+Green+Blue) = 199+21+42=262 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.95% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 199 - color contains mainly: red. Hex color #C7152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7152A is #38EAD5. Grayscale: #4C4C4C. Windows color (decimal): -3730134 or 2758087. OLE color: 2758087.
HSL color Cylindrical-coordinate representation of color #C7152A: hue angle of 352.92º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7152A is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 42 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.22 |
| HSL | 352.92º | 0.81% | 0.43% | - |
| HSV(B) | 352.92º | 0.89% | 0.78% | - |
| XYZ | 24.24 | 12.85 | 3.39 | - |
| YUV | 76.62 | 108.47 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 42 | 0 | 0.89 | 0.79 | 0.22 | 352.92 | 0.81 | 0.43 |
| Hex | C7 | 15 | 2A | 0 | 59 | 4F | 16 | 161 | 51 | 2B |
| Octal | 307 | 25 | 52 | 0 | 131 | 117 | 26 | 541 | 121 | 53 |
| Binary | 11000111 | 10101 | 101010 | 0 | 1011001 | 1001111 | 10110 | 101100001 | 1010001 | 101011 |
Color Harmonies of #C7152A
Complementary color
Monochromatic Colors of #C7152A
Black with #C7152A
Text Example
Text Example
White with #C7152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7152A; }
p { color: rgb(199,21,42); }
H1.HeaderClassName
{
color: #C7152A;
}
.AnyTagClassName
{
color: #C7152A;
}
</style>
background-color css
<style>
a { background-color: #C7152A; }
a { background-color: rgb(199,21,42); }
div.DivClassName
{
background-color: #C7152A;
}
.BgClassName
{
background-color: #C7152A;
}
</style>
border-color css
<style>
span { border-color: #C7152A; }
span { border-color: rgb(199,21,42); }
td.TdClassName
{
border-color: #C7152A;
}
.TagClassName
{
border-color: #C7152A;
}
</style>