Shades of Fire Engine Red #CC102E
Tints of Fire Engine Red #CC102E
RGB
CMYK
RGB Variations
Color information
#CC102E (or 0xCC102E) is known color: Fire Engine Red. HEX triplet: CC, 10 and 2E. RGB value is (204,16,46). Sum of RGB (Red+Green+Blue) = 204+16+46=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC102E is #33EFD1. Grayscale: #4B4B4B. Windows color (decimal): -3403730 or 3018956. OLE color: 3018956.
HSL color Cylindrical-coordinate representation of color #CC102E: hue angle of 350.43º 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 #CC102E is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 46 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.2 |
| HSL | 350.43º | 0.85% | 0.43% | - |
| HSV(B) | 350.43º | 0.92% | 0.8% | - |
| XYZ | 25.58 | 13.41 | 3.82 | - |
| YUV | 75.63 | 111.28 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 46 | 0 | 0.92 | 0.77 | 0.2 | 350.43 | 0.85 | 0.43 |
| Hex | CC | 10 | 2E | 0 | 5C | 4D | 14 | 15E | 55 | 2B |
| Octal | 314 | 20 | 56 | 0 | 134 | 115 | 24 | 536 | 125 | 53 |
| Binary | 11001100 | 10000 | 101110 | 0 | 1011100 | 1001101 | 10100 | 101011110 | 1010101 | 101011 |
Color Harmonies of #CC102E
Complementary color
Monochromatic Colors of #CC102E
Black with #CC102E
Text Example
Text Example
White with #CC102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC102E; }
p { color: rgb(204,16,46); }
H1.HeaderClassName
{
color: #CC102E;
}
.AnyTagClassName
{
color: #CC102E;
}
</style>
background-color css
<style>
a { background-color: #CC102E; }
a { background-color: rgb(204,16,46); }
div.DivClassName
{
background-color: #CC102E;
}
.BgClassName
{
background-color: #CC102E;
}
</style>
border-color css
<style>
span { border-color: #CC102E; }
span { border-color: rgb(204,16,46); }
td.TdClassName
{
border-color: #CC102E;
}
.TagClassName
{
border-color: #CC102E;
}
</style>