Shades of Fire Engine Red #CC132D
Tints of Fire Engine Red #CC132D
RGB
CMYK
RGB Variations
Color information
#CC132D (or 0xCC132D) is known color: Fire Engine Red. HEX triplet: CC, 13 and 2D. RGB value is (204,19,45). Sum of RGB (Red+Green+Blue) = 204+19+45=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC132D is #33ECD2. Grayscale: #4D4D4D. Windows color (decimal): -3402963 or 2954188. OLE color: 2954188.
HSL color Cylindrical-coordinate representation of color #CC132D: hue angle of 351.57º 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 #CC132D is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 45 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.2 |
| HSL | 351.57º | 0.83% | 0.44% | - |
| HSV(B) | 351.57º | 0.91% | 0.8% | - |
| XYZ | 25.61 | 13.49 | 3.74 | - |
| YUV | 77.28 | 109.79 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 45 | 0 | 0.91 | 0.78 | 0.2 | 351.57 | 0.83 | 0.44 |
| Hex | CC | 13 | 2D | 0 | 5B | 4E | 14 | 160 | 53 | 2C |
| Octal | 314 | 23 | 55 | 0 | 133 | 116 | 24 | 540 | 123 | 54 |
| Binary | 11001100 | 10011 | 101101 | 0 | 1011011 | 1001110 | 10100 | 101100000 | 1010011 | 101100 |
Color Harmonies of #CC132D
Complementary color
Monochromatic Colors of #CC132D
Black with #CC132D
Text Example
Text Example
White with #CC132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC132D; }
p { color: rgb(204,19,45); }
H1.HeaderClassName
{
color: #CC132D;
}
.AnyTagClassName
{
color: #CC132D;
}
</style>
background-color css
<style>
a { background-color: #CC132D; }
a { background-color: rgb(204,19,45); }
div.DivClassName
{
background-color: #CC132D;
}
.BgClassName
{
background-color: #CC132D;
}
</style>
border-color css
<style>
span { border-color: #CC132D; }
span { border-color: rgb(204,19,45); }
td.TdClassName
{
border-color: #CC132D;
}
.TagClassName
{
border-color: #CC132D;
}
</style>