Shades of Fire Engine Red #CC101B
Tints of Fire Engine Red #CC101B
RGB
CMYK
RGB Variations
Color information
#CC101B (or 0xCC101B) is known color: Fire Engine Red. HEX triplet: CC, 10 and 1B. RGB value is (204,16,27). Sum of RGB (Red+Green+Blue) = 204+16+27=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC101B is #33EFE4. Grayscale: #494949. Windows color (decimal): -3403749 or 1773772. OLE color: 1773772.
HSL color Cylindrical-coordinate representation of color #CC101B: hue angle of 356.49º 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 #CC101B is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 27 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.2 |
| HSL | 356.49º | 0.85% | 0.43% | - |
| HSV(B) | 356.49º | 0.92% | 0.8% | - |
| XYZ | 25.28 | 13.29 | 2.27 | - |
| YUV | 73.47 | 101.78 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 27 | 0 | 0.92 | 0.87 | 0.2 | 356.49 | 0.85 | 0.43 |
| Hex | CC | 10 | 1B | 0 | 5C | 57 | 14 | 164 | 55 | 2B |
| Octal | 314 | 20 | 33 | 0 | 134 | 127 | 24 | 544 | 125 | 53 |
| Binary | 11001100 | 10000 | 11011 | 0 | 1011100 | 1010111 | 10100 | 101100100 | 1010101 | 101011 |
Color Harmonies of #CC101B
Complementary color
Monochromatic Colors of #CC101B
Black with #CC101B
Text Example
Text Example
White with #CC101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC101B; }
p { color: rgb(204,16,27); }
H1.HeaderClassName
{
color: #CC101B;
}
.AnyTagClassName
{
color: #CC101B;
}
</style>
background-color css
<style>
a { background-color: #CC101B; }
a { background-color: rgb(204,16,27); }
div.DivClassName
{
background-color: #CC101B;
}
.BgClassName
{
background-color: #CC101B;
}
</style>
border-color css
<style>
span { border-color: #CC101B; }
span { border-color: rgb(204,16,27); }
td.TdClassName
{
border-color: #CC101B;
}
.TagClassName
{
border-color: #CC101B;
}
</style>