Shades of Fire Engine Red #C7052B
Tints of Fire Engine Red #C7052B
RGB
CMYK
RGB Variations
Color information
#C7052B (or 0xC7052B) is known color: Fire Engine Red. HEX triplet: C7, 05 and 2B. RGB value is (199,5,43). Sum of RGB (Red+Green+Blue) = 199+5+43=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C7052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7052B is #38FAD4. Grayscale: #434343. Windows color (decimal): -3734229 or 2819527. OLE color: 2819527.
HSL color Cylindrical-coordinate representation of color #C7052B: hue angle of 348.25º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7052B is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 43 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.22 |
| HSL | 348.25º | 0.95% | 0.4% | - |
| HSV(B) | 348.25º | 0.97% | 0.78% | - |
| XYZ | 24.04 | 12.43 | 3.42 | - |
| YUV | 67.34 | 114.27 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 43 | 0 | 0.97 | 0.78 | 0.22 | 348.25 | 0.95 | 0.4 |
| Hex | C7 | 5 | 2B | 0 | 61 | 4E | 16 | 15C | 5F | 28 |
| Octal | 307 | 5 | 53 | 0 | 141 | 116 | 26 | 534 | 137 | 50 |
| Binary | 11000111 | 101 | 101011 | 0 | 1100001 | 1001110 | 10110 | 101011100 | 1011111 | 101000 |
Color Harmonies of #C7052B
Complementary color
Monochromatic Colors of #C7052B
Black with #C7052B
Text Example
Text Example
White with #C7052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7052B; }
p { color: rgb(199,5,43); }
H1.HeaderClassName
{
color: #C7052B;
}
.AnyTagClassName
{
color: #C7052B;
}
</style>
background-color css
<style>
a { background-color: #C7052B; }
a { background-color: rgb(199,5,43); }
div.DivClassName
{
background-color: #C7052B;
}
.BgClassName
{
background-color: #C7052B;
}
</style>
border-color css
<style>
span { border-color: #C7052B; }
span { border-color: rgb(199,5,43); }
td.TdClassName
{
border-color: #C7052B;
}
.TagClassName
{
border-color: #C7052B;
}
</style>