Shades of Fire Engine Red #CC1321
Tints of Fire Engine Red #CC1321
RGB
CMYK
RGB Variations
Color information
#CC1321 (or 0xCC1321) is known color: Fire Engine Red. HEX triplet: CC, 13 and 21. RGB value is (204,19,33). Sum of RGB (Red+Green+Blue) = 204+19+33=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1321 is #33ECDE. Grayscale: #4C4C4C. Windows color (decimal): -3402975 or 2167756. OLE color: 2167756.
HSL color Cylindrical-coordinate representation of color #CC1321: hue angle of 355.46º 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 #CC1321 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 33 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.2 |
| HSL | 355.46º | 0.83% | 0.44% | - |
| HSV(B) | 355.46º | 0.91% | 0.8% | - |
| XYZ | 25.41 | 13.41 | 2.69 | - |
| YUV | 75.91 | 103.79 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 33 | 0 | 0.91 | 0.84 | 0.2 | 355.46 | 0.83 | 0.44 |
| Hex | CC | 13 | 21 | 0 | 5B | 54 | 14 | 163 | 53 | 2C |
| Octal | 314 | 23 | 41 | 0 | 133 | 124 | 24 | 543 | 123 | 54 |
| Binary | 11001100 | 10011 | 100001 | 0 | 1011011 | 1010100 | 10100 | 101100011 | 1010011 | 101100 |
Color Harmonies of #CC1321
Complementary color
Monochromatic Colors of #CC1321
Black with #CC1321
Text Example
Text Example
White with #CC1321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1321; }
p { color: rgb(204,19,33); }
H1.HeaderClassName
{
color: #CC1321;
}
.AnyTagClassName
{
color: #CC1321;
}
</style>
background-color css
<style>
a { background-color: #CC1321; }
a { background-color: rgb(204,19,33); }
div.DivClassName
{
background-color: #CC1321;
}
.BgClassName
{
background-color: #CC1321;
}
</style>
border-color css
<style>
span { border-color: #CC1321; }
span { border-color: rgb(204,19,33); }
td.TdClassName
{
border-color: #CC1321;
}
.TagClassName
{
border-color: #CC1321;
}
</style>