Shades of Fire Engine Red #C70D2A
Tints of Fire Engine Red #C70D2A
RGB
CMYK
RGB Variations
Color information
#C70D2A (or 0xC70D2A) is known color: Fire Engine Red. HEX triplet: C7, 0D and 2A. RGB value is (199,13,42). Sum of RGB (Red+Green+Blue) = 199+13+42=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70D2A is #38F2D5. Grayscale: #474747. Windows color (decimal): -3732182 or 2756039. OLE color: 2756039.
HSL color Cylindrical-coordinate representation of color #C70D2A: hue angle of 350.65º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70D2A is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 42 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.22 |
| HSL | 350.65º | 0.88% | 0.42% | - |
| HSV(B) | 350.65º | 0.93% | 0.78% | - |
| XYZ | 24.12 | 12.6 | 3.35 | - |
| YUV | 71.92 | 111.12 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 42 | 0 | 0.93 | 0.79 | 0.22 | 350.65 | 0.88 | 0.42 |
| Hex | C7 | D | 2A | 0 | 5D | 4F | 16 | 15F | 58 | 2A |
| Octal | 307 | 15 | 52 | 0 | 135 | 117 | 26 | 537 | 130 | 52 |
| Binary | 11000111 | 1101 | 101010 | 0 | 1011101 | 1001111 | 10110 | 101011111 | 1011000 | 101010 |
Color Harmonies of #C70D2A
Complementary color
Monochromatic Colors of #C70D2A
Black with #C70D2A
Text Example
Text Example
White with #C70D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D2A; }
p { color: rgb(199,13,42); }
H1.HeaderClassName
{
color: #C70D2A;
}
.AnyTagClassName
{
color: #C70D2A;
}
</style>
background-color css
<style>
a { background-color: #C70D2A; }
a { background-color: rgb(199,13,42); }
div.DivClassName
{
background-color: #C70D2A;
}
.BgClassName
{
background-color: #C70D2A;
}
</style>
border-color css
<style>
span { border-color: #C70D2A; }
span { border-color: rgb(199,13,42); }
td.TdClassName
{
border-color: #C70D2A;
}
.TagClassName
{
border-color: #C70D2A;
}
</style>