Shades of Free Speech Red #CC1005
Tints of Free Speech Red #CC1005
RGB
CMYK
RGB Variations
Color information
#CC1005 (or 0xCC1005) is known color: Free Speech Red. HEX triplet: CC, 10 and 05. RGB value is (204,16,5). Sum of RGB (Red+Green+Blue) = 204+16+5=225 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.67% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1005 is #33EFFA. Grayscale: #474747. Windows color (decimal): -3403771 or 331980. OLE color: 331980.
HSL color Cylindrical-coordinate representation of color #CC1005: hue angle of 3.32º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC1005 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 5 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.2 |
| HSL | 3.32º | 0.95% | 0.41% | - |
| HSV(B) | 3.32º | 0.98% | 0.8% | - |
| XYZ | 25.11 | 13.22 | 1.37 | - |
| YUV | 70.96 | 90.78 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 5 | 0 | 0.92 | 0.98 | 0.2 | 3.32 | 0.95 | 0.41 |
| Hex | CC | 10 | 5 | 0 | 5C | 62 | 14 | 3 | 5F | 29 |
| Octal | 314 | 20 | 5 | 0 | 134 | 142 | 24 | 3 | 137 | 51 |
| Binary | 11001100 | 10000 | 101 | 0 | 1011100 | 1100010 | 10100 | 11 | 1011111 | 101001 |
Color Harmonies of #CC1005
Complementary color
Monochromatic Colors of #CC1005
Black with #CC1005
Text Example
Text Example
White with #CC1005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1005; }
p { color: rgb(204,16,5); }
H1.HeaderClassName
{
color: #CC1005;
}
.AnyTagClassName
{
color: #CC1005;
}
</style>
background-color css
<style>
a { background-color: #CC1005; }
a { background-color: rgb(204,16,5); }
div.DivClassName
{
background-color: #CC1005;
}
.BgClassName
{
background-color: #CC1005;
}
</style>
border-color css
<style>
span { border-color: #CC1005; }
span { border-color: rgb(204,16,5); }
td.TdClassName
{
border-color: #CC1005;
}
.TagClassName
{
border-color: #CC1005;
}
</style>