Shades of Free Speech Red #CC1103
Tints of Free Speech Red #CC1103
RGB
CMYK
RGB Variations
Color information
#CC1103 (or 0xCC1103) is known color: Free Speech Red. HEX triplet: CC, 11 and 03. RGB value is (204,17,3). Sum of RGB (Red+Green+Blue) = 204+17+3=224 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.07% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1103 is #33EEFC. Grayscale: #474747. Windows color (decimal): -3403517 or 201164. OLE color: 201164.
HSL color Cylindrical-coordinate representation of color #CC1103: hue angle of 4.18º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC1103 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 3 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.2 |
| HSL | 4.18º | 0.97% | 0.41% | - |
| HSV(B) | 4.18º | 0.99% | 0.8% | - |
| XYZ | 25.12 | 13.24 | 1.32 | - |
| YUV | 71.32 | 89.45 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 3 | 0 | 0.92 | 0.99 | 0.2 | 4.18 | 0.97 | 0.41 |
| Hex | CC | 11 | 3 | 0 | 5C | 63 | 14 | 4 | 61 | 29 |
| Octal | 314 | 21 | 3 | 0 | 134 | 143 | 24 | 4 | 141 | 51 |
| Binary | 11001100 | 10001 | 11 | 0 | 1011100 | 1100011 | 10100 | 100 | 1100001 | 101001 |
Color Harmonies of #CC1103
Complementary color
Monochromatic Colors of #CC1103
Black with #CC1103
Text Example
Text Example
White with #CC1103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1103; }
p { color: rgb(204,17,3); }
H1.HeaderClassName
{
color: #CC1103;
}
.AnyTagClassName
{
color: #CC1103;
}
</style>
background-color css
<style>
a { background-color: #CC1103; }
a { background-color: rgb(204,17,3); }
div.DivClassName
{
background-color: #CC1103;
}
.BgClassName
{
background-color: #CC1103;
}
</style>
border-color css
<style>
span { border-color: #CC1103; }
span { border-color: rgb(204,17,3); }
td.TdClassName
{
border-color: #CC1103;
}
.TagClassName
{
border-color: #CC1103;
}
</style>