Shades of Fire Engine Red #CC101A
Tints of Fire Engine Red #CC101A
RGB
CMYK
RGB Variations
Color information
#CC101A (or 0xCC101A) is known color: Fire Engine Red. HEX triplet: CC, 10 and 1A. RGB value is (204,16,26). Sum of RGB (Red+Green+Blue) = 204+16+26=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC101A is #33EFE5. Grayscale: #494949. Windows color (decimal): -3403750 or 1708236. OLE color: 1708236.
HSL color Cylindrical-coordinate representation of color #CC101A: hue angle of 356.81º 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 #CC101A is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 26 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.2 |
| HSL | 356.81º | 0.85% | 0.43% | - |
| HSV(B) | 356.81º | 0.92% | 0.8% | - |
| XYZ | 25.27 | 13.28 | 2.21 | - |
| YUV | 73.35 | 101.28 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 26 | 0 | 0.92 | 0.87 | 0.2 | 356.81 | 0.85 | 0.43 |
| Hex | CC | 10 | 1A | 0 | 5C | 57 | 14 | 165 | 55 | 2B |
| Octal | 314 | 20 | 32 | 0 | 134 | 127 | 24 | 545 | 125 | 53 |
| Binary | 11001100 | 10000 | 11010 | 0 | 1011100 | 1010111 | 10100 | 101100101 | 1010101 | 101011 |
Color Harmonies of #CC101A
Complementary color
Monochromatic Colors of #CC101A
Black with #CC101A
Text Example
Text Example
White with #CC101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC101A; }
p { color: rgb(204,16,26); }
H1.HeaderClassName
{
color: #CC101A;
}
.AnyTagClassName
{
color: #CC101A;
}
</style>
background-color css
<style>
a { background-color: #CC101A; }
a { background-color: rgb(204,16,26); }
div.DivClassName
{
background-color: #CC101A;
}
.BgClassName
{
background-color: #CC101A;
}
</style>
border-color css
<style>
span { border-color: #CC101A; }
span { border-color: rgb(204,16,26); }
td.TdClassName
{
border-color: #CC101A;
}
.TagClassName
{
border-color: #CC101A;
}
</style>