Shades of Fire Engine Red #CC2027
Tints of Fire Engine Red #CC2027
RGB
CMYK
RGB Variations
Color information
#CC2027 (or 0xCC2027) is known color: Fire Engine Red. HEX triplet: CC, 20 and 27. RGB value is (204,32,39). Sum of RGB (Red+Green+Blue) = 204+32+39=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2027 is #33DFD8. Grayscale: #545454. Windows color (decimal): -3399641 or 2564300. OLE color: 2564300.
HSL color Cylindrical-coordinate representation of color #CC2027: hue angle of 357.56º 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 #CC2027 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 39 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.2 |
| HSL | 357.56º | 0.73% | 0.46% | - |
| HSV(B) | 357.56º | 0.84% | 0.8% | - |
| XYZ | 25.78 | 14.02 | 3.27 | - |
| YUV | 84.23 | 102.48 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 39 | 0 | 0.84 | 0.81 | 0.2 | 357.56 | 0.73 | 0.46 |
| Hex | CC | 20 | 27 | 0 | 54 | 51 | 14 | 166 | 49 | 2E |
| Octal | 314 | 40 | 47 | 0 | 124 | 121 | 24 | 546 | 111 | 56 |
| Binary | 11001100 | 100000 | 100111 | 0 | 1010100 | 1010001 | 10100 | 101100110 | 1001001 | 101110 |
Color Harmonies of #CC2027
Complementary color
Monochromatic Colors of #CC2027
Black with #CC2027
Text Example
Text Example
White with #CC2027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2027; }
p { color: rgb(204,32,39); }
H1.HeaderClassName
{
color: #CC2027;
}
.AnyTagClassName
{
color: #CC2027;
}
</style>
background-color css
<style>
a { background-color: #CC2027; }
a { background-color: rgb(204,32,39); }
div.DivClassName
{
background-color: #CC2027;
}
.BgClassName
{
background-color: #CC2027;
}
</style>
border-color css
<style>
span { border-color: #CC2027; }
span { border-color: rgb(204,32,39); }
td.TdClassName
{
border-color: #CC2027;
}
.TagClassName
{
border-color: #CC2027;
}
</style>