Shades of Fire Engine Red #CC101E
Tints of Fire Engine Red #CC101E
RGB
CMYK
RGB Variations
Color information
#CC101E (or 0xCC101E) is known color: Fire Engine Red. HEX triplet: CC, 10 and 1E. RGB value is (204,16,30). Sum of RGB (Red+Green+Blue) = 204+16+30=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC101E is #33EFE1. Grayscale: #494949. Windows color (decimal): -3403746 or 1970380. OLE color: 1970380.
HSL color Cylindrical-coordinate representation of color #CC101E: hue angle of 355.53º 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 #CC101E is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 30 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.2 |
| HSL | 355.53º | 0.85% | 0.43% | - |
| HSV(B) | 355.53º | 0.92% | 0.8% | - |
| XYZ | 25.32 | 13.3 | 2.46 | - |
| YUV | 73.81 | 103.28 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 30 | 0 | 0.92 | 0.85 | 0.2 | 355.53 | 0.85 | 0.43 |
| Hex | CC | 10 | 1E | 0 | 5C | 55 | 14 | 164 | 55 | 2B |
| Octal | 314 | 20 | 36 | 0 | 134 | 125 | 24 | 544 | 125 | 53 |
| Binary | 11001100 | 10000 | 11110 | 0 | 1011100 | 1010101 | 10100 | 101100100 | 1010101 | 101011 |
Color Harmonies of #CC101E
Complementary color
Monochromatic Colors of #CC101E
Black with #CC101E
Text Example
Text Example
White with #CC101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC101E; }
p { color: rgb(204,16,30); }
H1.HeaderClassName
{
color: #CC101E;
}
.AnyTagClassName
{
color: #CC101E;
}
</style>
background-color css
<style>
a { background-color: #CC101E; }
a { background-color: rgb(204,16,30); }
div.DivClassName
{
background-color: #CC101E;
}
.BgClassName
{
background-color: #CC101E;
}
</style>
border-color css
<style>
span { border-color: #CC101E; }
span { border-color: rgb(204,16,30); }
td.TdClassName
{
border-color: #CC101E;
}
.TagClassName
{
border-color: #CC101E;
}
</style>