Shades of Fire Engine Red #CC062C
Tints of Fire Engine Red #CC062C
RGB
CMYK
RGB Variations
Color information
#CC062C (or 0xCC062C) is known color: Fire Engine Red. HEX triplet: CC, 06 and 2C. RGB value is (204,6,44). Sum of RGB (Red+Green+Blue) = 204+6+44=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC062C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC062C is #33F9D3. Grayscale: #454545. Windows color (decimal): -3406292 or 2885324. OLE color: 2885324.
HSL color Cylindrical-coordinate representation of color #CC062C: hue angle of 348.48º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC062C is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 44 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.2 |
| HSL | 348.48º | 0.94% | 0.41% | - |
| HSV(B) | 348.48º | 0.97% | 0.8% | - |
| XYZ | 25.42 | 13.15 | 3.58 | - |
| YUV | 69.53 | 113.6 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 44 | 0 | 0.97 | 0.78 | 0.2 | 348.48 | 0.94 | 0.41 |
| Hex | CC | 6 | 2C | 0 | 61 | 4E | 14 | 15C | 5E | 29 |
| Octal | 314 | 6 | 54 | 0 | 141 | 116 | 24 | 534 | 136 | 51 |
| Binary | 11001100 | 110 | 101100 | 0 | 1100001 | 1001110 | 10100 | 101011100 | 1011110 | 101001 |
Color Harmonies of #CC062C
Complementary color
Monochromatic Colors of #CC062C
Black with #CC062C
Text Example
Text Example
White with #CC062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC062C; }
p { color: rgb(204,6,44); }
H1.HeaderClassName
{
color: #CC062C;
}
.AnyTagClassName
{
color: #CC062C;
}
</style>
background-color css
<style>
a { background-color: #CC062C; }
a { background-color: rgb(204,6,44); }
div.DivClassName
{
background-color: #CC062C;
}
.BgClassName
{
background-color: #CC062C;
}
</style>
border-color css
<style>
span { border-color: #CC062C; }
span { border-color: rgb(204,6,44); }
td.TdClassName
{
border-color: #CC062C;
}
.TagClassName
{
border-color: #CC062C;
}
</style>