Shades of Fire Engine Red #CC191C
Tints of Fire Engine Red #CC191C
RGB
CMYK
RGB Variations
Color information
#CC191C (or 0xCC191C) is known color: Fire Engine Red. HEX triplet: CC, 19 and 1C. RGB value is (204,25,28). Sum of RGB (Red+Green+Blue) = 204+25+28=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC191C is #33E6E3. Grayscale: #4F4F4F. Windows color (decimal): -3401444 or 1841612. OLE color: 1841612.
HSL color Cylindrical-coordinate representation of color #CC191C: hue angle of 358.99º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC191C is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 28 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.2 |
| HSL | 358.99º | 0.78% | 0.45% | - |
| HSV(B) | 358.99º | 0.88% | 0.8% | - |
| XYZ | 25.46 | 13.62 | 2.39 | - |
| YUV | 78.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 28 | 0 | 0.88 | 0.86 | 0.2 | 358.99 | 0.78 | 0.45 |
| Hex | CC | 19 | 1C | 0 | 58 | 56 | 14 | 167 | 4E | 2D |
| Octal | 314 | 31 | 34 | 0 | 130 | 126 | 24 | 547 | 116 | 55 |
| Binary | 11001100 | 11001 | 11100 | 0 | 1011000 | 1010110 | 10100 | 101100111 | 1001110 | 101101 |
Color Harmonies of #CC191C
Complementary color
Monochromatic Colors of #CC191C
Black with #CC191C
Text Example
Text Example
White with #CC191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC191C; }
p { color: rgb(204,25,28); }
H1.HeaderClassName
{
color: #CC191C;
}
.AnyTagClassName
{
color: #CC191C;
}
</style>
background-color css
<style>
a { background-color: #CC191C; }
a { background-color: rgb(204,25,28); }
div.DivClassName
{
background-color: #CC191C;
}
.BgClassName
{
background-color: #CC191C;
}
</style>
border-color css
<style>
span { border-color: #CC191C; }
span { border-color: rgb(204,25,28); }
td.TdClassName
{
border-color: #CC191C;
}
.TagClassName
{
border-color: #CC191C;
}
</style>