Shades of Fire Engine Red #CC1224
Tints of Fire Engine Red #CC1224
RGB
CMYK
RGB Variations
Color information
#CC1224 (or 0xCC1224) is known color: Fire Engine Red. HEX triplet: CC, 12 and 24. RGB value is (204,18,36). Sum of RGB (Red+Green+Blue) = 204+18+36=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1224 is #33EDDB. Grayscale: #4B4B4B. Windows color (decimal): -3403228 or 2364108. OLE color: 2364108.
HSL color Cylindrical-coordinate representation of color #CC1224: hue angle of 354.19º degrees, saturation: 0.84, 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 #CC1224 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 36 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.2 |
| HSL | 354.19º | 0.84% | 0.44% | - |
| HSV(B) | 354.19º | 0.91% | 0.8% | - |
| XYZ | 25.44 | 13.4 | 2.91 | - |
| YUV | 75.67 | 105.62 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 36 | 0 | 0.91 | 0.82 | 0.2 | 354.19 | 0.84 | 0.44 |
| Hex | CC | 12 | 24 | 0 | 5B | 52 | 14 | 162 | 54 | 2C |
| Octal | 314 | 22 | 44 | 0 | 133 | 122 | 24 | 542 | 124 | 54 |
| Binary | 11001100 | 10010 | 100100 | 0 | 1011011 | 1010010 | 10100 | 101100010 | 1010100 | 101100 |
Color Harmonies of #CC1224
Complementary color
Monochromatic Colors of #CC1224
Black with #CC1224
Text Example
Text Example
White with #CC1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1224; }
p { color: rgb(204,18,36); }
H1.HeaderClassName
{
color: #CC1224;
}
.AnyTagClassName
{
color: #CC1224;
}
</style>
background-color css
<style>
a { background-color: #CC1224; }
a { background-color: rgb(204,18,36); }
div.DivClassName
{
background-color: #CC1224;
}
.BgClassName
{
background-color: #CC1224;
}
</style>
border-color css
<style>
span { border-color: #CC1224; }
span { border-color: rgb(204,18,36); }
td.TdClassName
{
border-color: #CC1224;
}
.TagClassName
{
border-color: #CC1224;
}
</style>