Shades of Fire Engine Red #C2072D
Tints of Fire Engine Red #C2072D
RGB
CMYK
RGB Variations
Color information
#C2072D (or 0xC2072D) is known color: Fire Engine Red. HEX triplet: C2, 07 and 2D. RGB value is (194,7,45). Sum of RGB (Red+Green+Blue) = 194+7+45=246 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.86% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 194 - color contains mainly: red. Hex color #C2072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2072D is #3DF8D2. Grayscale: #434343. Windows color (decimal): -4061395 or 2951106. OLE color: 2951106.
HSL color Cylindrical-coordinate representation of color #C2072D: hue angle of 347.81º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2072D is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 45 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.24 |
| HSL | 347.81º | 0.93% | 0.39% | - |
| HSV(B) | 347.81º | 0.96% | 0.76% | - |
| XYZ | 22.8 | 11.81 | 3.56 | - |
| YUV | 67.25 | 115.45 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 45 | 0 | 0.96 | 0.77 | 0.24 | 347.81 | 0.93 | 0.39 |
| Hex | C2 | 7 | 2D | 0 | 60 | 4D | 18 | 15C | 5D | 27 |
| Octal | 302 | 7 | 55 | 0 | 140 | 115 | 30 | 534 | 135 | 47 |
| Binary | 11000010 | 111 | 101101 | 0 | 1100000 | 1001101 | 11000 | 101011100 | 1011101 | 100111 |
Color Harmonies of #C2072D
Complementary color
Monochromatic Colors of #C2072D
Black with #C2072D
Text Example
Text Example
White with #C2072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2072D; }
p { color: rgb(194,7,45); }
H1.HeaderClassName
{
color: #C2072D;
}
.AnyTagClassName
{
color: #C2072D;
}
</style>
background-color css
<style>
a { background-color: #C2072D; }
a { background-color: rgb(194,7,45); }
div.DivClassName
{
background-color: #C2072D;
}
.BgClassName
{
background-color: #C2072D;
}
</style>
border-color css
<style>
span { border-color: #C2072D; }
span { border-color: rgb(194,7,45); }
td.TdClassName
{
border-color: #C2072D;
}
.TagClassName
{
border-color: #C2072D;
}
</style>