Shades of Fire Engine Red #CC191F
Tints of Fire Engine Red #CC191F
RGB
CMYK
RGB Variations
Color information
#CC191F (or 0xCC191F) is known color: Fire Engine Red. HEX triplet: CC, 19 and 1F. RGB value is (204,25,31). Sum of RGB (Red+Green+Blue) = 204+25+31=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC191F is #33E6E0. Grayscale: #4F4F4F. Windows color (decimal): -3401441 or 2038220. OLE color: 2038220.
HSL color Cylindrical-coordinate representation of color #CC191F: hue angle of 357.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 #CC191F is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 31 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.2 |
| HSL | 357.99º | 0.78% | 0.45% | - |
| HSV(B) | 357.99º | 0.88% | 0.8% | - |
| XYZ | 25.5 | 13.63 | 2.58 | - |
| YUV | 79.21 | 100.8 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 31 | 0 | 0.88 | 0.85 | 0.2 | 357.99 | 0.78 | 0.45 |
| Hex | CC | 19 | 1F | 0 | 58 | 55 | 14 | 166 | 4E | 2D |
| Octal | 314 | 31 | 37 | 0 | 130 | 125 | 24 | 546 | 116 | 55 |
| Binary | 11001100 | 11001 | 11111 | 0 | 1011000 | 1010101 | 10100 | 101100110 | 1001110 | 101101 |
Color Harmonies of #CC191F
Complementary color
Monochromatic Colors of #CC191F
Black with #CC191F
Text Example
Text Example
White with #CC191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC191F; }
p { color: rgb(204,25,31); }
H1.HeaderClassName
{
color: #CC191F;
}
.AnyTagClassName
{
color: #CC191F;
}
</style>
background-color css
<style>
a { background-color: #CC191F; }
a { background-color: rgb(204,25,31); }
div.DivClassName
{
background-color: #CC191F;
}
.BgClassName
{
background-color: #CC191F;
}
</style>
border-color css
<style>
span { border-color: #CC191F; }
span { border-color: rgb(204,25,31); }
td.TdClassName
{
border-color: #CC191F;
}
.TagClassName
{
border-color: #CC191F;
}
</style>