Shades of Fire Engine Red #CC1326
Tints of Fire Engine Red #CC1326
RGB
CMYK
RGB Variations
Color information
#CC1326 (or 0xCC1326) is known color: Fire Engine Red. HEX triplet: CC, 13 and 26. RGB value is (204,19,38). Sum of RGB (Red+Green+Blue) = 204+19+38=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1326 is #33ECD9. Grayscale: #4C4C4C. Windows color (decimal): -3402970 or 2495436. OLE color: 2495436.
HSL color Cylindrical-coordinate representation of color #CC1326: hue angle of 353.84º 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 #CC1326 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 38 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.2 |
| HSL | 353.84º | 0.83% | 0.44% | - |
| HSV(B) | 353.84º | 0.91% | 0.8% | - |
| XYZ | 25.48 | 13.44 | 3.09 | - |
| YUV | 76.48 | 106.29 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 38 | 0 | 0.91 | 0.81 | 0.2 | 353.84 | 0.83 | 0.44 |
| Hex | CC | 13 | 26 | 0 | 5B | 51 | 14 | 162 | 53 | 2C |
| Octal | 314 | 23 | 46 | 0 | 133 | 121 | 24 | 542 | 123 | 54 |
| Binary | 11001100 | 10011 | 100110 | 0 | 1011011 | 1010001 | 10100 | 101100010 | 1010011 | 101100 |
Color Harmonies of #CC1326
Complementary color
Monochromatic Colors of #CC1326
Black with #CC1326
Text Example
Text Example
White with #CC1326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1326; }
p { color: rgb(204,19,38); }
H1.HeaderClassName
{
color: #CC1326;
}
.AnyTagClassName
{
color: #CC1326;
}
</style>
background-color css
<style>
a { background-color: #CC1326; }
a { background-color: rgb(204,19,38); }
div.DivClassName
{
background-color: #CC1326;
}
.BgClassName
{
background-color: #CC1326;
}
</style>
border-color css
<style>
span { border-color: #CC1326; }
span { border-color: rgb(204,19,38); }
td.TdClassName
{
border-color: #CC1326;
}
.TagClassName
{
border-color: #CC1326;
}
</style>