Shades of Fire Engine Red #CC152D
Tints of Fire Engine Red #CC152D
RGB
CMYK
RGB Variations
Color information
#CC152D (or 0xCC152D) is known color: Fire Engine Red. HEX triplet: CC, 15 and 2D. RGB value is (204,21,45). Sum of RGB (Red+Green+Blue) = 204+21+45=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC152D is #33EAD2. Grayscale: #4E4E4E. Windows color (decimal): -3402451 or 2954700. OLE color: 2954700.
HSL color Cylindrical-coordinate representation of color #CC152D: hue angle of 352.13º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC152D is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 45 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.2 |
| HSL | 352.13º | 0.81% | 0.44% | - |
| HSV(B) | 352.13º | 0.9% | 0.8% | - |
| XYZ | 25.64 | 13.56 | 3.75 | - |
| YUV | 78.45 | 109.13 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 45 | 0 | 0.90 | 0.78 | 0.2 | 352.13 | 0.81 | 0.44 |
| Hex | CC | 15 | 2D | 0 | 5A | 4E | 14 | 160 | 51 | 2C |
| Octal | 314 | 25 | 55 | 0 | 132 | 116 | 24 | 540 | 121 | 54 |
| Binary | 11001100 | 10101 | 101101 | 0 | 1011010 | 1001110 | 10100 | 101100000 | 1010001 | 101100 |
Color Harmonies of #CC152D
Complementary color
Monochromatic Colors of #CC152D
Black with #CC152D
Text Example
Text Example
White with #CC152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC152D; }
p { color: rgb(204,21,45); }
H1.HeaderClassName
{
color: #CC152D;
}
.AnyTagClassName
{
color: #CC152D;
}
</style>
background-color css
<style>
a { background-color: #CC152D; }
a { background-color: rgb(204,21,45); }
div.DivClassName
{
background-color: #CC152D;
}
.BgClassName
{
background-color: #CC152D;
}
</style>
border-color css
<style>
span { border-color: #CC152D; }
span { border-color: rgb(204,21,45); }
td.TdClassName
{
border-color: #CC152D;
}
.TagClassName
{
border-color: #CC152D;
}
</style>