Shades of Fire Engine Red #CC192A
Tints of Fire Engine Red #CC192A
RGB
CMYK
RGB Variations
Color information
#CC192A (or 0xCC192A) is known color: Fire Engine Red. HEX triplet: CC, 19 and 2A. RGB value is (204,25,42). Sum of RGB (Red+Green+Blue) = 204+25+42=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC192A is #33E6D5. Grayscale: #505050. Windows color (decimal): -3401430 or 2759116. OLE color: 2759116.
HSL color Cylindrical-coordinate representation of color #CC192A: hue angle of 354.3º 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 #CC192A is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 42 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.2 |
| HSL | 354.3º | 0.78% | 0.45% | - |
| HSV(B) | 354.3º | 0.88% | 0.8% | - |
| XYZ | 25.67 | 13.7 | 3.48 | - |
| YUV | 80.46 | 106.3 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 42 | 0 | 0.88 | 0.79 | 0.2 | 354.3 | 0.78 | 0.45 |
| Hex | CC | 19 | 2A | 0 | 58 | 4F | 14 | 162 | 4E | 2D |
| Octal | 314 | 31 | 52 | 0 | 130 | 117 | 24 | 542 | 116 | 55 |
| Binary | 11001100 | 11001 | 101010 | 0 | 1011000 | 1001111 | 10100 | 101100010 | 1001110 | 101101 |
Color Harmonies of #CC192A
Complementary color
Monochromatic Colors of #CC192A
Black with #CC192A
Text Example
Text Example
White with #CC192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC192A; }
p { color: rgb(204,25,42); }
H1.HeaderClassName
{
color: #CC192A;
}
.AnyTagClassName
{
color: #CC192A;
}
</style>
background-color css
<style>
a { background-color: #CC192A; }
a { background-color: rgb(204,25,42); }
div.DivClassName
{
background-color: #CC192A;
}
.BgClassName
{
background-color: #CC192A;
}
</style>
border-color css
<style>
span { border-color: #CC192A; }
span { border-color: rgb(204,25,42); }
td.TdClassName
{
border-color: #CC192A;
}
.TagClassName
{
border-color: #CC192A;
}
</style>