Shades of Fire Engine Red #C7132A
Tints of Fire Engine Red #C7132A
RGB
CMYK
RGB Variations
Color information
#C7132A (or 0xC7132A) is known color: Fire Engine Red. HEX triplet: C7, 13 and 2A. RGB value is (199,19,42). Sum of RGB (Red+Green+Blue) = 199+19+42=260 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.54% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 199 - color contains mainly: red. Hex color #C7132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7132A is #38ECD5. Grayscale: #4B4B4B. Windows color (decimal): -3730646 or 2757575. OLE color: 2757575.
HSL color Cylindrical-coordinate representation of color #C7132A: hue angle of 352.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7132A is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 42 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.22 |
| HSL | 352.33º | 0.83% | 0.43% | - |
| HSV(B) | 352.33º | 0.9% | 0.78% | - |
| XYZ | 24.2 | 12.78 | 3.38 | - |
| YUV | 75.44 | 109.13 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 42 | 0 | 0.90 | 0.79 | 0.22 | 352.33 | 0.83 | 0.43 |
| Hex | C7 | 13 | 2A | 0 | 5A | 4F | 16 | 160 | 53 | 2B |
| Octal | 307 | 23 | 52 | 0 | 132 | 117 | 26 | 540 | 123 | 53 |
| Binary | 11000111 | 10011 | 101010 | 0 | 1011010 | 1001111 | 10110 | 101100000 | 1010011 | 101011 |
Color Harmonies of #C7132A
Complementary color
Monochromatic Colors of #C7132A
Black with #C7132A
Text Example
Text Example
White with #C7132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7132A; }
p { color: rgb(199,19,42); }
H1.HeaderClassName
{
color: #C7132A;
}
.AnyTagClassName
{
color: #C7132A;
}
</style>
background-color css
<style>
a { background-color: #C7132A; }
a { background-color: rgb(199,19,42); }
div.DivClassName
{
background-color: #C7132A;
}
.BgClassName
{
background-color: #C7132A;
}
</style>
border-color css
<style>
span { border-color: #C7132A; }
span { border-color: rgb(199,19,42); }
td.TdClassName
{
border-color: #C7132A;
}
.TagClassName
{
border-color: #C7132A;
}
</style>