Shades of Fire Engine Red #CC1022
Tints of Fire Engine Red #CC1022
RGB
CMYK
RGB Variations
Color information
#CC1022 (or 0xCC1022) is known color: Fire Engine Red. HEX triplet: CC, 10 and 22. RGB value is (204,16,34). Sum of RGB (Red+Green+Blue) = 204+16+34=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1022 is #33EFDD. Grayscale: #4A4A4A. Windows color (decimal): -3403742 or 2232524. OLE color: 2232524.
HSL color Cylindrical-coordinate representation of color #CC1022: hue angle of 354.26º 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 #CC1022 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 34 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.2 |
| HSL | 354.26º | 0.85% | 0.43% | - |
| HSV(B) | 354.26º | 0.92% | 0.8% | - |
| XYZ | 25.38 | 13.32 | 2.75 | - |
| YUV | 74.26 | 105.28 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 34 | 0 | 0.92 | 0.83 | 0.2 | 354.26 | 0.85 | 0.43 |
| Hex | CC | 10 | 22 | 0 | 5C | 53 | 14 | 162 | 55 | 2B |
| Octal | 314 | 20 | 42 | 0 | 134 | 123 | 24 | 542 | 125 | 53 |
| Binary | 11001100 | 10000 | 100010 | 0 | 1011100 | 1010011 | 10100 | 101100010 | 1010101 | 101011 |
Color Harmonies of #CC1022
Complementary color
Monochromatic Colors of #CC1022
Black with #CC1022
Text Example
Text Example
White with #CC1022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1022; }
p { color: rgb(204,16,34); }
H1.HeaderClassName
{
color: #CC1022;
}
.AnyTagClassName
{
color: #CC1022;
}
</style>
background-color css
<style>
a { background-color: #CC1022; }
a { background-color: rgb(204,16,34); }
div.DivClassName
{
background-color: #CC1022;
}
.BgClassName
{
background-color: #CC1022;
}
</style>
border-color css
<style>
span { border-color: #CC1022; }
span { border-color: rgb(204,16,34); }
td.TdClassName
{
border-color: #CC1022;
}
.TagClassName
{
border-color: #CC1022;
}
</style>