Shades of Fire Engine Red #CC1A27
Tints of Fire Engine Red #CC1A27
RGB
CMYK
RGB Variations
Color information
#CC1A27 (or 0xCC1A27) is known color: Fire Engine Red. HEX triplet: CC, 1A and 27. RGB value is (204,26,39). Sum of RGB (Red+Green+Blue) = 204+26+39=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1A27 is #33E5D8. Grayscale: #505050. Windows color (decimal): -3401177 or 2562764. OLE color: 2562764.
HSL color Cylindrical-coordinate representation of color #CC1A27: hue angle of 355.62º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1A27 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 26 | 39 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.2 |
| HSL | 355.62º | 0.77% | 0.45% | - |
| HSV(B) | 355.62º | 0.87% | 0.8% | - |
| XYZ | 25.64 | 13.72 | 3.22 | - |
| YUV | 80.7 | 104.47 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 39 | 0 | 0.87 | 0.81 | 0.2 | 355.62 | 0.77 | 0.45 |
| Hex | CC | 1A | 27 | 0 | 57 | 51 | 14 | 164 | 4D | 2D |
| Octal | 314 | 32 | 47 | 0 | 127 | 121 | 24 | 544 | 115 | 55 |
| Binary | 11001100 | 11010 | 100111 | 0 | 1010111 | 1010001 | 10100 | 101100100 | 1001101 | 101101 |
Color Harmonies of #CC1A27
Complementary color
Monochromatic Colors of #CC1A27
Black with #CC1A27
Text Example
Text Example
White with #CC1A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1A27; }
p { color: rgb(204,26,39); }
H1.HeaderClassName
{
color: #CC1A27;
}
.AnyTagClassName
{
color: #CC1A27;
}
</style>
background-color css
<style>
a { background-color: #CC1A27; }
a { background-color: rgb(204,26,39); }
div.DivClassName
{
background-color: #CC1A27;
}
.BgClassName
{
background-color: #CC1A27;
}
</style>
border-color css
<style>
span { border-color: #CC1A27; }
span { border-color: rgb(204,26,39); }
td.TdClassName
{
border-color: #CC1A27;
}
.TagClassName
{
border-color: #CC1A27;
}
</style>