Shades of Fire Engine Red #CC132F
Tints of Fire Engine Red #CC132F
RGB
CMYK
RGB Variations
Color information
#CC132F (or 0xCC132F) is known color: Fire Engine Red. HEX triplet: CC, 13 and 2F. RGB value is (204,19,47). Sum of RGB (Red+Green+Blue) = 204+19+47=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC132F is #33ECD0. Grayscale: #4D4D4D. Windows color (decimal): -3402961 or 3085260. OLE color: 3085260.
HSL color Cylindrical-coordinate representation of color #CC132F: hue angle of 350.92º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC132F is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 47 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.2 |
| HSL | 350.92º | 0.83% | 0.44% | - |
| HSV(B) | 350.92º | 0.91% | 0.8% | - |
| XYZ | 25.65 | 13.51 | 3.94 | - |
| YUV | 77.51 | 110.79 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 47 | 0 | 0.91 | 0.77 | 0.2 | 350.92 | 0.83 | 0.44 |
| Hex | CC | 13 | 2F | 0 | 5B | 4D | 14 | 15F | 53 | 2C |
| Octal | 314 | 23 | 57 | 0 | 133 | 115 | 24 | 537 | 123 | 54 |
| Binary | 11001100 | 10011 | 101111 | 0 | 1011011 | 1001101 | 10100 | 101011111 | 1010011 | 101100 |
Color Harmonies of #CC132F
Complementary color
Monochromatic Colors of #CC132F
Black with #CC132F
Text Example
Text Example
White with #CC132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC132F; }
p { color: rgb(204,19,47); }
H1.HeaderClassName
{
color: #CC132F;
}
.AnyTagClassName
{
color: #CC132F;
}
</style>
background-color css
<style>
a { background-color: #CC132F; }
a { background-color: rgb(204,19,47); }
div.DivClassName
{
background-color: #CC132F;
}
.BgClassName
{
background-color: #CC132F;
}
</style>
border-color css
<style>
span { border-color: #CC132F; }
span { border-color: rgb(204,19,47); }
td.TdClassName
{
border-color: #CC132F;
}
.TagClassName
{
border-color: #CC132F;
}
</style>