Shades of Fire Engine Red #CC072B
Tints of Fire Engine Red #CC072B
RGB
CMYK
RGB Variations
Color information
#CC072B (or 0xCC072B) is known color: Fire Engine Red. HEX triplet: CC, 07 and 2B. RGB value is (204,7,43). Sum of RGB (Red+Green+Blue) = 204+7+43=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC072B is #33F8D4. Grayscale: #464646. Windows color (decimal): -3406037 or 2820044. OLE color: 2820044.
HSL color Cylindrical-coordinate representation of color #CC072B: hue angle of 349.04º degrees, saturation: 0.93, 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 #CC072B is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 43 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.2 |
| HSL | 349.04º | 0.93% | 0.41% | - |
| HSV(B) | 349.04º | 0.97% | 0.8% | - |
| XYZ | 25.41 | 13.16 | 3.49 | - |
| YUV | 70.01 | 112.77 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 43 | 0 | 0.97 | 0.79 | 0.2 | 349.04 | 0.93 | 0.41 |
| Hex | CC | 7 | 2B | 0 | 61 | 4F | 14 | 15D | 5D | 29 |
| Octal | 314 | 7 | 53 | 0 | 141 | 117 | 24 | 535 | 135 | 51 |
| Binary | 11001100 | 111 | 101011 | 0 | 1100001 | 1001111 | 10100 | 101011101 | 1011101 | 101001 |
Color Harmonies of #CC072B
Complementary color
Monochromatic Colors of #CC072B
Black with #CC072B
Text Example
Text Example
White with #CC072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC072B; }
p { color: rgb(204,7,43); }
H1.HeaderClassName
{
color: #CC072B;
}
.AnyTagClassName
{
color: #CC072B;
}
</style>
background-color css
<style>
a { background-color: #CC072B; }
a { background-color: rgb(204,7,43); }
div.DivClassName
{
background-color: #CC072B;
}
.BgClassName
{
background-color: #CC072B;
}
</style>
border-color css
<style>
span { border-color: #CC072B; }
span { border-color: rgb(204,7,43); }
td.TdClassName
{
border-color: #CC072B;
}
.TagClassName
{
border-color: #CC072B;
}
</style>