Shades of Fire Engine Red #CC112D
Tints of Fire Engine Red #CC112D
RGB
CMYK
RGB Variations
Color information
#CC112D (or 0xCC112D) is known color: Fire Engine Red. HEX triplet: CC, 11 and 2D. RGB value is (204,17,45). Sum of RGB (Red+Green+Blue) = 204+17+45=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC112D is #33EED2. Grayscale: #4C4C4C. Windows color (decimal): -3403475 or 2953676. OLE color: 2953676.
HSL color Cylindrical-coordinate representation of color #CC112D: hue angle of 351.02º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC112D is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 45 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.2 |
| HSL | 351.02º | 0.85% | 0.43% | - |
| HSV(B) | 351.02º | 0.92% | 0.8% | - |
| XYZ | 25.58 | 13.43 | 3.73 | - |
| YUV | 76.11 | 110.45 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 45 | 0 | 0.92 | 0.78 | 0.2 | 351.02 | 0.85 | 0.43 |
| Hex | CC | 11 | 2D | 0 | 5C | 4E | 14 | 15F | 55 | 2B |
| Octal | 314 | 21 | 55 | 0 | 134 | 116 | 24 | 537 | 125 | 53 |
| Binary | 11001100 | 10001 | 101101 | 0 | 1011100 | 1001110 | 10100 | 101011111 | 1010101 | 101011 |
Color Harmonies of #CC112D
Complementary color
Monochromatic Colors of #CC112D
Black with #CC112D
Text Example
Text Example
White with #CC112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC112D; }
p { color: rgb(204,17,45); }
H1.HeaderClassName
{
color: #CC112D;
}
.AnyTagClassName
{
color: #CC112D;
}
</style>
background-color css
<style>
a { background-color: #CC112D; }
a { background-color: rgb(204,17,45); }
div.DivClassName
{
background-color: #CC112D;
}
.BgClassName
{
background-color: #CC112D;
}
</style>
border-color css
<style>
span { border-color: #CC112D; }
span { border-color: rgb(204,17,45); }
td.TdClassName
{
border-color: #CC112D;
}
.TagClassName
{
border-color: #CC112D;
}
</style>