Shades of Free Speech Red #CC1500
Tints of Free Speech Red #CC1500
RGB
CMYK
RGB Variations
Color information
#CC1500 (or 0xCC1500) is known color: Free Speech Red. HEX triplet: CC, 15 and 00. RGB value is (204,21,0). Sum of RGB (Red+Green+Blue) = 204+21+0=225 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.67% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1500 is #33EAFF. Grayscale: #494949. Windows color (decimal): -3402496 or 5580. OLE color: 5580.
HSL color Cylindrical-coordinate representation of color #CC1500: hue angle of 6.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC1500 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.2 |
| HSL | 6.18º | 1% | 0.4% | - |
| HSV(B) | 6.18º | 1% | 0.8% | - |
| XYZ | 25.17 | 13.37 | 1.25 | - |
| YUV | 73.32 | 86.63 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 0 | 0 | 0.90 | 1 | 0.2 | 6.18 | 1 | 0.4 |
| Hex | CC | 15 | 0 | 0 | 5A | 64 | 14 | 6 | 64 | 28 |
| Octal | 314 | 25 | 0 | 0 | 132 | 144 | 24 | 6 | 144 | 50 |
| Binary | 11001100 | 10101 | 0 | 0 | 1011010 | 1100100 | 10100 | 110 | 1100100 | 101000 |
Color Harmonies of #CC1500
Complementary color
Monochromatic Colors of #CC1500
Black with #CC1500
Text Example
Text Example
White with #CC1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1500; }
p { color: rgb(204,21,0); }
H1.HeaderClassName
{
color: #CC1500;
}
.AnyTagClassName
{
color: #CC1500;
}
</style>
background-color css
<style>
a { background-color: #CC1500; }
a { background-color: rgb(204,21,0); }
div.DivClassName
{
background-color: #CC1500;
}
.BgClassName
{
background-color: #CC1500;
}
</style>
border-color css
<style>
span { border-color: #CC1500; }
span { border-color: rgb(204,21,0); }
td.TdClassName
{
border-color: #CC1500;
}
.TagClassName
{
border-color: #CC1500;
}
</style>