Shades of Fire Engine Red #CC1320
Tints of Fire Engine Red #CC1320
RGB
CMYK
RGB Variations
Color information
#CC1320 (or 0xCC1320) is known color: Fire Engine Red. HEX triplet: CC, 13 and 20. RGB value is (204,19,32). Sum of RGB (Red+Green+Blue) = 204+19+32=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1320 is #33ECDF. Grayscale: #4B4B4B. Windows color (decimal): -3402976 or 2102220. OLE color: 2102220.
HSL color Cylindrical-coordinate representation of color #CC1320: hue angle of 355.78º 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 #CC1320 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 32 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.2 |
| HSL | 355.78º | 0.83% | 0.44% | - |
| HSV(B) | 355.78º | 0.91% | 0.8% | - |
| XYZ | 25.4 | 13.41 | 2.62 | - |
| YUV | 75.8 | 103.29 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 32 | 0 | 0.91 | 0.84 | 0.2 | 355.78 | 0.83 | 0.44 |
| Hex | CC | 13 | 20 | 0 | 5B | 54 | 14 | 164 | 53 | 2C |
| Octal | 314 | 23 | 40 | 0 | 133 | 124 | 24 | 544 | 123 | 54 |
| Binary | 11001100 | 10011 | 100000 | 0 | 1011011 | 1010100 | 10100 | 101100100 | 1010011 | 101100 |
Color Harmonies of #CC1320
Complementary color
Monochromatic Colors of #CC1320
Black with #CC1320
Text Example
Text Example
White with #CC1320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1320; }
p { color: rgb(204,19,32); }
H1.HeaderClassName
{
color: #CC1320;
}
.AnyTagClassName
{
color: #CC1320;
}
</style>
background-color css
<style>
a { background-color: #CC1320; }
a { background-color: rgb(204,19,32); }
div.DivClassName
{
background-color: #CC1320;
}
.BgClassName
{
background-color: #CC1320;
}
</style>
border-color css
<style>
span { border-color: #CC1320; }
span { border-color: rgb(204,19,32); }
td.TdClassName
{
border-color: #CC1320;
}
.TagClassName
{
border-color: #CC1320;
}
</style>