Shades of Fire Engine Red #CC1327
Tints of Fire Engine Red #CC1327
RGB
CMYK
RGB Variations
Color information
#CC1327 (or 0xCC1327) is known color: Fire Engine Red. HEX triplet: CC, 13 and 27. RGB value is (204,19,39). Sum of RGB (Red+Green+Blue) = 204+19+39=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1327 is #33ECD8. Grayscale: #4C4C4C. Windows color (decimal): -3402969 or 2560972. OLE color: 2560972.
HSL color Cylindrical-coordinate representation of color #CC1327: hue angle of 353.51º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1327 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 39 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.2 |
| HSL | 353.51º | 0.83% | 0.44% | - |
| HSV(B) | 353.51º | 0.91% | 0.8% | - |
| XYZ | 25.5 | 13.45 | 3.17 | - |
| YUV | 76.6 | 106.79 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 39 | 0 | 0.91 | 0.81 | 0.2 | 353.51 | 0.83 | 0.44 |
| Hex | CC | 13 | 27 | 0 | 5B | 51 | 14 | 162 | 53 | 2C |
| Octal | 314 | 23 | 47 | 0 | 133 | 121 | 24 | 542 | 123 | 54 |
| Binary | 11001100 | 10011 | 100111 | 0 | 1011011 | 1010001 | 10100 | 101100010 | 1010011 | 101100 |
Color Harmonies of #CC1327
Complementary color
Monochromatic Colors of #CC1327
Black with #CC1327
Text Example
Text Example
White with #CC1327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1327; }
p { color: rgb(204,19,39); }
H1.HeaderClassName
{
color: #CC1327;
}
.AnyTagClassName
{
color: #CC1327;
}
</style>
background-color css
<style>
a { background-color: #CC1327; }
a { background-color: rgb(204,19,39); }
div.DivClassName
{
background-color: #CC1327;
}
.BgClassName
{
background-color: #CC1327;
}
</style>
border-color css
<style>
span { border-color: #CC1327; }
span { border-color: rgb(204,19,39); }
td.TdClassName
{
border-color: #CC1327;
}
.TagClassName
{
border-color: #CC1327;
}
</style>