Shades of Free Speech Red #CC1503
Tints of Free Speech Red #CC1503
RGB
CMYK
RGB Variations
Color information
#CC1503 (or 0xCC1503) is known color: Free Speech Red. HEX triplet: CC, 15 and 03. RGB value is (204,21,3). Sum of RGB (Red+Green+Blue) = 204+21+3=228 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.47% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1503 is #33EAFC. Grayscale: #494949. Windows color (decimal): -3402493 or 202188. OLE color: 202188.
HSL color Cylindrical-coordinate representation of color #CC1503: hue angle of 5.37º 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 #CC1503 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.2 |
| HSL | 5.37º | 0.97% | 0.41% | - |
| HSV(B) | 5.37º | 0.99% | 0.8% | - |
| XYZ | 25.19 | 13.38 | 1.34 | - |
| YUV | 73.67 | 88.13 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 3 | 0 | 0.90 | 0.99 | 0.2 | 5.37 | 0.97 | 0.41 |
| Hex | CC | 15 | 3 | 0 | 5A | 63 | 14 | 5 | 61 | 29 |
| Octal | 314 | 25 | 3 | 0 | 132 | 143 | 24 | 5 | 141 | 51 |
| Binary | 11001100 | 10101 | 11 | 0 | 1011010 | 1100011 | 10100 | 101 | 1100001 | 101001 |
Color Harmonies of #CC1503
Complementary color
Monochromatic Colors of #CC1503
Black with #CC1503
Text Example
Text Example
White with #CC1503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1503; }
p { color: rgb(204,21,3); }
H1.HeaderClassName
{
color: #CC1503;
}
.AnyTagClassName
{
color: #CC1503;
}
</style>
background-color css
<style>
a { background-color: #CC1503; }
a { background-color: rgb(204,21,3); }
div.DivClassName
{
background-color: #CC1503;
}
.BgClassName
{
background-color: #CC1503;
}
</style>
border-color css
<style>
span { border-color: #CC1503; }
span { border-color: rgb(204,21,3); }
td.TdClassName
{
border-color: #CC1503;
}
.TagClassName
{
border-color: #CC1503;
}
</style>