Shades of Fire Engine Red #CC1024
Tints of Fire Engine Red #CC1024
RGB
CMYK
RGB Variations
Color information
#CC1024 (or 0xCC1024) is known color: Fire Engine Red. HEX triplet: CC, 10 and 24. RGB value is (204,16,36). Sum of RGB (Red+Green+Blue) = 204+16+36=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1024 is #33EFDB. Grayscale: #4A4A4A. Windows color (decimal): -3403740 or 2363596. OLE color: 2363596.
HSL color Cylindrical-coordinate representation of color #CC1024: hue angle of 353.62º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1024 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 36 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.2 |
| HSL | 353.62º | 0.85% | 0.43% | - |
| HSV(B) | 353.62º | 0.92% | 0.8% | - |
| XYZ | 25.41 | 13.34 | 2.9 | - |
| YUV | 74.49 | 106.28 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 36 | 0 | 0.92 | 0.82 | 0.2 | 353.62 | 0.85 | 0.43 |
| Hex | CC | 10 | 24 | 0 | 5C | 52 | 14 | 162 | 55 | 2B |
| Octal | 314 | 20 | 44 | 0 | 134 | 122 | 24 | 542 | 125 | 53 |
| Binary | 11001100 | 10000 | 100100 | 0 | 1011100 | 1010010 | 10100 | 101100010 | 1010101 | 101011 |
Color Harmonies of #CC1024
Complementary color
Monochromatic Colors of #CC1024
Black with #CC1024
Text Example
Text Example
White with #CC1024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1024; }
p { color: rgb(204,16,36); }
H1.HeaderClassName
{
color: #CC1024;
}
.AnyTagClassName
{
color: #CC1024;
}
</style>
background-color css
<style>
a { background-color: #CC1024; }
a { background-color: rgb(204,16,36); }
div.DivClassName
{
background-color: #CC1024;
}
.BgClassName
{
background-color: #CC1024;
}
</style>
border-color css
<style>
span { border-color: #CC1024; }
span { border-color: rgb(204,16,36); }
td.TdClassName
{
border-color: #CC1024;
}
.TagClassName
{
border-color: #CC1024;
}
</style>