Shades of Fire Engine Red #CC1322
Tints of Fire Engine Red #CC1322
RGB
CMYK
RGB Variations
Color information
#CC1322 (or 0xCC1322) is known color: Fire Engine Red. HEX triplet: CC, 13 and 22. RGB value is (204,19,34). Sum of RGB (Red+Green+Blue) = 204+19+34=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1322 is #33ECDD. Grayscale: #4C4C4C. Windows color (decimal): -3402974 or 2233292. OLE color: 2233292.
HSL color Cylindrical-coordinate representation of color #CC1322: hue angle of 355.14º 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 #CC1322 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 34 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.2 |
| HSL | 355.14º | 0.83% | 0.44% | - |
| HSV(B) | 355.14º | 0.91% | 0.8% | - |
| XYZ | 25.42 | 13.42 | 2.76 | - |
| YUV | 76.03 | 104.29 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 34 | 0 | 0.91 | 0.83 | 0.2 | 355.14 | 0.83 | 0.44 |
| Hex | CC | 13 | 22 | 0 | 5B | 53 | 14 | 163 | 53 | 2C |
| Octal | 314 | 23 | 42 | 0 | 133 | 123 | 24 | 543 | 123 | 54 |
| Binary | 11001100 | 10011 | 100010 | 0 | 1011011 | 1010011 | 10100 | 101100011 | 1010011 | 101100 |
Color Harmonies of #CC1322
Complementary color
Monochromatic Colors of #CC1322
Black with #CC1322
Text Example
Text Example
White with #CC1322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1322; }
p { color: rgb(204,19,34); }
H1.HeaderClassName
{
color: #CC1322;
}
.AnyTagClassName
{
color: #CC1322;
}
</style>
background-color css
<style>
a { background-color: #CC1322; }
a { background-color: rgb(204,19,34); }
div.DivClassName
{
background-color: #CC1322;
}
.BgClassName
{
background-color: #CC1322;
}
</style>
border-color css
<style>
span { border-color: #CC1322; }
span { border-color: rgb(204,19,34); }
td.TdClassName
{
border-color: #CC1322;
}
.TagClassName
{
border-color: #CC1322;
}
</style>