Shades of Fire Engine Red #CC172C
Tints of Fire Engine Red #CC172C
RGB
CMYK
RGB Variations
Color information
#CC172C (or 0xCC172C) is known color: Fire Engine Red. HEX triplet: CC, 17 and 2C. RGB value is (204,23,44). Sum of RGB (Red+Green+Blue) = 204+23+44=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC172C is #33E8D3. Grayscale: #4F4F4F. Windows color (decimal): -3401940 or 2889676. OLE color: 2889676.
HSL color Cylindrical-coordinate representation of color #CC172C: hue angle of 353.04º 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 #CC172C is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 44 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.2 |
| HSL | 353.04º | 0.8% | 0.45% | - |
| HSV(B) | 353.04º | 0.89% | 0.8% | - |
| XYZ | 25.66 | 13.63 | 3.66 | - |
| YUV | 79.51 | 107.97 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 44 | 0 | 0.89 | 0.78 | 0.2 | 353.04 | 0.8 | 0.45 |
| Hex | CC | 17 | 2C | 0 | 59 | 4E | 14 | 161 | 50 | 2D |
| Octal | 314 | 27 | 54 | 0 | 131 | 116 | 24 | 541 | 120 | 55 |
| Binary | 11001100 | 10111 | 101100 | 0 | 1011001 | 1001110 | 10100 | 101100001 | 1010000 | 101101 |
Color Harmonies of #CC172C
Complementary color
Monochromatic Colors of #CC172C
Black with #CC172C
Text Example
Text Example
White with #CC172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC172C; }
p { color: rgb(204,23,44); }
H1.HeaderClassName
{
color: #CC172C;
}
.AnyTagClassName
{
color: #CC172C;
}
</style>
background-color css
<style>
a { background-color: #CC172C; }
a { background-color: rgb(204,23,44); }
div.DivClassName
{
background-color: #CC172C;
}
.BgClassName
{
background-color: #CC172C;
}
</style>
border-color css
<style>
span { border-color: #CC172C; }
span { border-color: rgb(204,23,44); }
td.TdClassName
{
border-color: #CC172C;
}
.TagClassName
{
border-color: #CC172C;
}
</style>