Shades of Free Speech Red #CC1303
Tints of Free Speech Red #CC1303
RGB
CMYK
RGB Variations
Color information
#CC1303 (or 0xCC1303) is known color: Free Speech Red. HEX triplet: CC, 13 and 03. RGB value is (204,19,3). Sum of RGB (Red+Green+Blue) = 204+19+3=226 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.27% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1303 is #33ECFC. Grayscale: #484848. Windows color (decimal): -3403005 or 201676. OLE color: 201676.
HSL color Cylindrical-coordinate representation of color #CC1303: hue angle of 4.78º 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 #CC1303 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 3 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.2 |
| HSL | 4.78º | 0.97% | 0.41% | - |
| HSV(B) | 4.78º | 0.99% | 0.8% | - |
| XYZ | 25.15 | 13.31 | 1.33 | - |
| YUV | 72.49 | 88.79 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 3 | 0 | 0.91 | 0.99 | 0.2 | 4.78 | 0.97 | 0.41 |
| Hex | CC | 13 | 3 | 0 | 5B | 63 | 14 | 5 | 61 | 29 |
| Octal | 314 | 23 | 3 | 0 | 133 | 143 | 24 | 5 | 141 | 51 |
| Binary | 11001100 | 10011 | 11 | 0 | 1011011 | 1100011 | 10100 | 101 | 1100001 | 101001 |
Color Harmonies of #CC1303
Complementary color
Monochromatic Colors of #CC1303
Black with #CC1303
Text Example
Text Example
White with #CC1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1303; }
p { color: rgb(204,19,3); }
H1.HeaderClassName
{
color: #CC1303;
}
.AnyTagClassName
{
color: #CC1303;
}
</style>
background-color css
<style>
a { background-color: #CC1303; }
a { background-color: rgb(204,19,3); }
div.DivClassName
{
background-color: #CC1303;
}
.BgClassName
{
background-color: #CC1303;
}
</style>
border-color css
<style>
span { border-color: #CC1303; }
span { border-color: rgb(204,19,3); }
td.TdClassName
{
border-color: #CC1303;
}
.TagClassName
{
border-color: #CC1303;
}
</style>