Shades of Free Speech Red #CC1304
Tints of Free Speech Red #CC1304
RGB
CMYK
RGB Variations
Color information
#CC1304 (or 0xCC1304) is known color: Free Speech Red. HEX triplet: CC, 13 and 04. RGB value is (204,19,4). Sum of RGB (Red+Green+Blue) = 204+19+4=227 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.87% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1304 is #33ECFB. Grayscale: #484848. Windows color (decimal): -3403004 or 267212. OLE color: 267212.
HSL color Cylindrical-coordinate representation of color #CC1304: hue angle of 4.5º degrees, saturation: 0.96, 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 #CC1304 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.2 |
| HSL | 4.5º | 0.96% | 0.41% | - |
| HSV(B) | 4.5º | 0.98% | 0.8% | - |
| XYZ | 25.16 | 13.31 | 1.36 | - |
| YUV | 72.61 | 89.29 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 4 | 0 | 0.91 | 0.98 | 0.2 | 4.5 | 0.96 | 0.41 |
| Hex | CC | 13 | 4 | 0 | 5B | 62 | 14 | 4 | 60 | 29 |
| Octal | 314 | 23 | 4 | 0 | 133 | 142 | 24 | 4 | 140 | 51 |
| Binary | 11001100 | 10011 | 100 | 0 | 1011011 | 1100010 | 10100 | 100 | 1100000 | 101001 |
Color Harmonies of #CC1304
Complementary color
Monochromatic Colors of #CC1304
Black with #CC1304
Text Example
Text Example
White with #CC1304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1304; }
p { color: rgb(204,19,4); }
H1.HeaderClassName
{
color: #CC1304;
}
.AnyTagClassName
{
color: #CC1304;
}
</style>
background-color css
<style>
a { background-color: #CC1304; }
a { background-color: rgb(204,19,4); }
div.DivClassName
{
background-color: #CC1304;
}
.BgClassName
{
background-color: #CC1304;
}
</style>
border-color css
<style>
span { border-color: #CC1304; }
span { border-color: rgb(204,19,4); }
td.TdClassName
{
border-color: #CC1304;
}
.TagClassName
{
border-color: #CC1304;
}
</style>