Shades of Fire Engine Red #CC2029
Tints of Fire Engine Red #CC2029
RGB
CMYK
RGB Variations
Color information
#CC2029 (or 0xCC2029) is known color: Fire Engine Red. HEX triplet: CC, 20 and 29. RGB value is (204,32,41). Sum of RGB (Red+Green+Blue) = 204+32+41=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2029 is #33DFD6. Grayscale: #545454. Windows color (decimal): -3399639 or 2695372. OLE color: 2695372.
HSL color Cylindrical-coordinate representation of color #CC2029: hue angle of 356.86º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2029 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 41 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.2 |
| HSL | 356.86º | 0.73% | 0.46% | - |
| HSV(B) | 356.86º | 0.84% | 0.8% | - |
| XYZ | 25.82 | 14.03 | 3.45 | - |
| YUV | 84.45 | 103.48 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 41 | 0 | 0.84 | 0.80 | 0.2 | 356.86 | 0.73 | 0.46 |
| Hex | CC | 20 | 29 | 0 | 54 | 50 | 14 | 165 | 49 | 2E |
| Octal | 314 | 40 | 51 | 0 | 124 | 120 | 24 | 545 | 111 | 56 |
| Binary | 11001100 | 100000 | 101001 | 0 | 1010100 | 1010000 | 10100 | 101100101 | 1001001 | 101110 |
Color Harmonies of #CC2029
Complementary color
Monochromatic Colors of #CC2029
Black with #CC2029
Text Example
Text Example
White with #CC2029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2029; }
p { color: rgb(204,32,41); }
H1.HeaderClassName
{
color: #CC2029;
}
.AnyTagClassName
{
color: #CC2029;
}
</style>
background-color css
<style>
a { background-color: #CC2029; }
a { background-color: rgb(204,32,41); }
div.DivClassName
{
background-color: #CC2029;
}
.BgClassName
{
background-color: #CC2029;
}
</style>
border-color css
<style>
span { border-color: #CC2029; }
span { border-color: rgb(204,32,41); }
td.TdClassName
{
border-color: #CC2029;
}
.TagClassName
{
border-color: #CC2029;
}
</style>