Shades of Fire Engine Red #CC171A
Tints of Fire Engine Red #CC171A
RGB
CMYK
RGB Variations
Color information
#CC171A (or 0xCC171A) is known color: Fire Engine Red. HEX triplet: CC, 17 and 1A. RGB value is (204,23,26). Sum of RGB (Red+Green+Blue) = 204+23+26=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC171A is #33E8E5. Grayscale: #4D4D4D. Windows color (decimal): -3401958 or 1710028. OLE color: 1710028.
HSL color Cylindrical-coordinate representation of color #CC171A: hue angle of 359.01º 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 #CC171A is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 26 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.2 |
| HSL | 359.01º | 0.8% | 0.45% | - |
| HSV(B) | 359.01º | 0.89% | 0.8% | - |
| XYZ | 25.39 | 13.52 | 2.25 | - |
| YUV | 77.46 | 98.97 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 26 | 0 | 0.89 | 0.87 | 0.2 | 359.01 | 0.8 | 0.45 |
| Hex | CC | 17 | 1A | 0 | 59 | 57 | 14 | 167 | 50 | 2D |
| Octal | 314 | 27 | 32 | 0 | 131 | 127 | 24 | 547 | 120 | 55 |
| Binary | 11001100 | 10111 | 11010 | 0 | 1011001 | 1010111 | 10100 | 101100111 | 1010000 | 101101 |
Color Harmonies of #CC171A
Complementary color
Monochromatic Colors of #CC171A
Black with #CC171A
Text Example
Text Example
White with #CC171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC171A; }
p { color: rgb(204,23,26); }
H1.HeaderClassName
{
color: #CC171A;
}
.AnyTagClassName
{
color: #CC171A;
}
</style>
background-color css
<style>
a { background-color: #CC171A; }
a { background-color: rgb(204,23,26); }
div.DivClassName
{
background-color: #CC171A;
}
.BgClassName
{
background-color: #CC171A;
}
</style>
border-color css
<style>
span { border-color: #CC171A; }
span { border-color: rgb(204,23,26); }
td.TdClassName
{
border-color: #CC171A;
}
.TagClassName
{
border-color: #CC171A;
}
</style>