Shades of Fire Engine Red #C7152C
Tints of Fire Engine Red #C7152C
RGB
CMYK
RGB Variations
Color information
#C7152C (or 0xC7152C) is known color: Fire Engine Red. HEX triplet: C7, 15 and 2C. RGB value is (199,21,44). Sum of RGB (Red+Green+Blue) = 199+21+44=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C7152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7152C is #38EAD3. Grayscale: #4C4C4C. Windows color (decimal): -3730132 or 2889159. OLE color: 2889159.
HSL color Cylindrical-coordinate representation of color #C7152C: hue angle of 352.25º 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 #C7152C is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 21 | 44 | - |
CMYK | 0 | 0.89 | 0.78 | 0.22 |
HSL | 352.25º | 0.81% | 0.43% | - |
HSV(B) | 352.25º | 0.89% | 0.78% | - |
XYZ | 24.28 | 12.86 | 3.59 | - |
YUV | 76.84 | 109.47 | 215.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 21 | 44 | 0 | 0.89 | 0.78 | 0.22 | 352.25 | 0.81 | 0.43 |
Hex | C7 | 15 | 2C | 0 | 59 | 4E | 16 | 160 | 51 | 2B |
Octal | 307 | 25 | 54 | 0 | 131 | 116 | 26 | 540 | 121 | 53 |
Binary | 11000111 | 10101 | 101100 | 0 | 1011001 | 1001110 | 10110 | 101100000 | 1010001 | 101011 |
Color Harmonies of #C7152C
Complementary color
Monochromatic Colors of #C7152C
Black with #C7152C
Text Example
Text Example
White with #C7152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7152C; }
p { color: rgb(199,21,44); }
H1.HeaderClassName
{
color: #C7152C;
}
.AnyTagClassName
{
color: #C7152C;
}
</style>
background-color css
<style>
a { background-color: #C7152C; }
a { background-color: rgb(199,21,44); }
div.DivClassName
{
background-color: #C7152C;
}
.BgClassName
{
background-color: #C7152C;
}
</style>
border-color css
<style>
span { border-color: #C7152C; }
span { border-color: rgb(199,21,44); }
td.TdClassName
{
border-color: #C7152C;
}
.TagClassName
{
border-color: #C7152C;
}
</style>