Shades of Fire Engine Red #C70D2D
Tints of Fire Engine Red #C70D2D
RGB
CMYK
RGB Variations
Color information
#C70D2D (or 0xC70D2D) is known color: Fire Engine Red. HEX triplet: C7, 0D and 2D. RGB value is (199,13,45). Sum of RGB (Red+Green+Blue) = 199+13+45=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70D2D is #38F2D2. Grayscale: #484848. Windows color (decimal): -3732179 or 2952647. OLE color: 2952647.
HSL color Cylindrical-coordinate representation of color #C70D2D: hue angle of 349.68º 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 #C70D2D is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 45 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.22 |
| HSL | 349.68º | 0.88% | 0.42% | - |
| HSV(B) | 349.68º | 0.93% | 0.78% | - |
| XYZ | 24.17 | 12.62 | 3.64 | - |
| YUV | 72.26 | 112.62 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 45 | 0 | 0.93 | 0.77 | 0.22 | 349.68 | 0.88 | 0.42 |
| Hex | C7 | D | 2D | 0 | 5D | 4D | 16 | 15E | 58 | 2A |
| Octal | 307 | 15 | 55 | 0 | 135 | 115 | 26 | 536 | 130 | 52 |
| Binary | 11000111 | 1101 | 101101 | 0 | 1011101 | 1001101 | 10110 | 101011110 | 1011000 | 101010 |
Color Harmonies of #C70D2D
Complementary color
Monochromatic Colors of #C70D2D
Black with #C70D2D
Text Example
Text Example
White with #C70D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D2D; }
p { color: rgb(199,13,45); }
H1.HeaderClassName
{
color: #C70D2D;
}
.AnyTagClassName
{
color: #C70D2D;
}
</style>
background-color css
<style>
a { background-color: #C70D2D; }
a { background-color: rgb(199,13,45); }
div.DivClassName
{
background-color: #C70D2D;
}
.BgClassName
{
background-color: #C70D2D;
}
</style>
border-color css
<style>
span { border-color: #C70D2D; }
span { border-color: rgb(199,13,45); }
td.TdClassName
{
border-color: #C70D2D;
}
.TagClassName
{
border-color: #C70D2D;
}
</style>