Shades of Fire Engine Red #CC032C
Tints of Fire Engine Red #CC032C
RGB
CMYK
RGB Variations
Color information
#CC032C (or 0xCC032C) is known color: Fire Engine Red. HEX triplet: CC, 03 and 2C. RGB value is (204,3,44). Sum of RGB (Red+Green+Blue) = 204+3+44=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC032C is #33FCD3. Grayscale: #434343. Windows color (decimal): -3407060 or 2884556. OLE color: 2884556.
HSL color Cylindrical-coordinate representation of color #CC032C: hue angle of 347.76º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC032C is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 44 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.2 |
| HSL | 347.76º | 0.97% | 0.41% | - |
| HSV(B) | 347.76º | 0.99% | 0.8% | - |
| XYZ | 25.39 | 13.08 | 3.57 | - |
| YUV | 67.77 | 114.59 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 44 | 0 | 0.99 | 0.78 | 0.2 | 347.76 | 0.97 | 0.41 |
| Hex | CC | 3 | 2C | 0 | 63 | 4E | 14 | 15C | 61 | 29 |
| Octal | 314 | 3 | 54 | 0 | 143 | 116 | 24 | 534 | 141 | 51 |
| Binary | 11001100 | 11 | 101100 | 0 | 1100011 | 1001110 | 10100 | 101011100 | 1100001 | 101001 |
Color Harmonies of #CC032C
Complementary color
Monochromatic Colors of #CC032C
Black with #CC032C
Text Example
Text Example
White with #CC032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC032C; }
p { color: rgb(204,3,44); }
H1.HeaderClassName
{
color: #CC032C;
}
.AnyTagClassName
{
color: #CC032C;
}
</style>
background-color css
<style>
a { background-color: #CC032C; }
a { background-color: rgb(204,3,44); }
div.DivClassName
{
background-color: #CC032C;
}
.BgClassName
{
background-color: #CC032C;
}
</style>
border-color css
<style>
span { border-color: #CC032C; }
span { border-color: rgb(204,3,44); }
td.TdClassName
{
border-color: #CC032C;
}
.TagClassName
{
border-color: #CC032C;
}
</style>