Shades of Fire Engine Red #CC1129
Tints of Fire Engine Red #CC1129
RGB
CMYK
RGB Variations
Color information
#CC1129 (or 0xCC1129) is known color: Fire Engine Red. HEX triplet: CC, 11 and 29. RGB value is (204,17,41). Sum of RGB (Red+Green+Blue) = 204+17+41=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1129 is #33EED6. Grayscale: #4B4B4B. Windows color (decimal): -3403479 or 2691532. OLE color: 2691532.
HSL color Cylindrical-coordinate representation of color #CC1129: hue angle of 352.3º 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 #CC1129 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 41 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.2 |
| HSL | 352.3º | 0.85% | 0.43% | - |
| HSV(B) | 352.3º | 0.92% | 0.8% | - |
| XYZ | 25.5 | 13.4 | 3.34 | - |
| YUV | 75.65 | 108.45 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 41 | 0 | 0.92 | 0.80 | 0.2 | 352.3 | 0.85 | 0.43 |
| Hex | CC | 11 | 29 | 0 | 5C | 50 | 14 | 160 | 55 | 2B |
| Octal | 314 | 21 | 51 | 0 | 134 | 120 | 24 | 540 | 125 | 53 |
| Binary | 11001100 | 10001 | 101001 | 0 | 1011100 | 1010000 | 10100 | 101100000 | 1010101 | 101011 |
Color Harmonies of #CC1129
Complementary color
Monochromatic Colors of #CC1129
Black with #CC1129
Text Example
Text Example
White with #CC1129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1129; }
p { color: rgb(204,17,41); }
H1.HeaderClassName
{
color: #CC1129;
}
.AnyTagClassName
{
color: #CC1129;
}
</style>
background-color css
<style>
a { background-color: #CC1129; }
a { background-color: rgb(204,17,41); }
div.DivClassName
{
background-color: #CC1129;
}
.BgClassName
{
background-color: #CC1129;
}
</style>
border-color css
<style>
span { border-color: #CC1129; }
span { border-color: rgb(204,17,41); }
td.TdClassName
{
border-color: #CC1129;
}
.TagClassName
{
border-color: #CC1129;
}
</style>