Shades of Fire Engine Red #CC112A
Tints of Fire Engine Red #CC112A
RGB
CMYK
RGB Variations
Color information
#CC112A (or 0xCC112A) is known color: Fire Engine Red. HEX triplet: CC, 11 and 2A. RGB value is (204,17,42). Sum of RGB (Red+Green+Blue) = 204+17+42=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC112A is #33EED5. Grayscale: #4B4B4B. Windows color (decimal): -3403478 or 2757068. OLE color: 2757068.
HSL color Cylindrical-coordinate representation of color #CC112A: hue angle of 351.98º 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 #CC112A is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 42 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.2 |
| HSL | 351.98º | 0.85% | 0.43% | - |
| HSV(B) | 351.98º | 0.92% | 0.8% | - |
| XYZ | 25.52 | 13.41 | 3.43 | - |
| YUV | 75.76 | 108.95 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 42 | 0 | 0.92 | 0.79 | 0.2 | 351.98 | 0.85 | 0.43 |
| Hex | CC | 11 | 2A | 0 | 5C | 4F | 14 | 160 | 55 | 2B |
| Octal | 314 | 21 | 52 | 0 | 134 | 117 | 24 | 540 | 125 | 53 |
| Binary | 11001100 | 10001 | 101010 | 0 | 1011100 | 1001111 | 10100 | 101100000 | 1010101 | 101011 |
Color Harmonies of #CC112A
Complementary color
Monochromatic Colors of #CC112A
Black with #CC112A
Text Example
Text Example
White with #CC112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC112A; }
p { color: rgb(204,17,42); }
H1.HeaderClassName
{
color: #CC112A;
}
.AnyTagClassName
{
color: #CC112A;
}
</style>
background-color css
<style>
a { background-color: #CC112A; }
a { background-color: rgb(204,17,42); }
div.DivClassName
{
background-color: #CC112A;
}
.BgClassName
{
background-color: #CC112A;
}
</style>
border-color css
<style>
span { border-color: #CC112A; }
span { border-color: rgb(204,17,42); }
td.TdClassName
{
border-color: #CC112A;
}
.TagClassName
{
border-color: #CC112A;
}
</style>