Shades of Fire Engine Red #CC1722
Tints of Fire Engine Red #CC1722
RGB
CMYK
RGB Variations
Color information
#CC1722 (or 0xCC1722) is known color: Fire Engine Red. HEX triplet: CC, 17 and 22. RGB value is (204,23,34). Sum of RGB (Red+Green+Blue) = 204+23+34=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1722 is #33E8DD. Grayscale: #4E4E4E. Windows color (decimal): -3401950 or 2234316. OLE color: 2234316.
HSL color Cylindrical-coordinate representation of color #CC1722: hue angle of 356.35º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1722 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 34 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.2 |
| HSL | 356.35º | 0.8% | 0.45% | - |
| HSV(B) | 356.35º | 0.89% | 0.8% | - |
| XYZ | 25.5 | 13.57 | 2.79 | - |
| YUV | 78.37 | 102.97 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 34 | 0 | 0.89 | 0.83 | 0.2 | 356.35 | 0.8 | 0.45 |
| Hex | CC | 17 | 22 | 0 | 59 | 53 | 14 | 164 | 50 | 2D |
| Octal | 314 | 27 | 42 | 0 | 131 | 123 | 24 | 544 | 120 | 55 |
| Binary | 11001100 | 10111 | 100010 | 0 | 1011001 | 1010011 | 10100 | 101100100 | 1010000 | 101101 |
Color Harmonies of #CC1722
Complementary color
Monochromatic Colors of #CC1722
Black with #CC1722
Text Example
Text Example
White with #CC1722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1722; }
p { color: rgb(204,23,34); }
H1.HeaderClassName
{
color: #CC1722;
}
.AnyTagClassName
{
color: #CC1722;
}
</style>
background-color css
<style>
a { background-color: #CC1722; }
a { background-color: rgb(204,23,34); }
div.DivClassName
{
background-color: #CC1722;
}
.BgClassName
{
background-color: #CC1722;
}
</style>
border-color css
<style>
span { border-color: #CC1722; }
span { border-color: rgb(204,23,34); }
td.TdClassName
{
border-color: #CC1722;
}
.TagClassName
{
border-color: #CC1722;
}
</style>