Shades of Free Speech Red #CC0807
Tints of Free Speech Red #CC0807
RGB
CMYK
RGB Variations
Color information
#CC0807 (or 0xCC0807) is known color: Free Speech Red. HEX triplet: CC, 08 and 07. RGB value is (204,8,7). Sum of RGB (Red+Green+Blue) = 204+8+7=219 (29% of max value = 765). Red value is 204 (80.08% from 255 or 93.15% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0807 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0807 is #33F7F8. Grayscale: #424242. Windows color (decimal): -3405817 or 461004. OLE color: 461004.
HSL color Cylindrical-coordinate representation of color #CC0807: hue angle of 0.3º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0807 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 7 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.2 |
| HSL | 0.3º | 0.93% | 0.41% | - |
| HSV(B) | 0.3º | 0.97% | 0.8% | - |
| XYZ | 25.03 | 13.03 | 1.4 | - |
| YUV | 66.49 | 94.43 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 7 | 0 | 0.96 | 0.97 | 0.2 | 0.3 | 0.93 | 0.41 |
| Hex | CC | 8 | 7 | 0 | 60 | 61 | 14 | 0 | 5D | 29 |
| Octal | 314 | 10 | 7 | 0 | 140 | 141 | 24 | 0 | 135 | 51 |
| Binary | 11001100 | 1000 | 111 | 0 | 1100000 | 1100001 | 10100 | 0 | 1011101 | 101001 |
Color Harmonies of #CC0807
Complementary color
Monochromatic Colors of #CC0807
Black with #CC0807
Text Example
Text Example
White with #CC0807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0807; }
p { color: rgb(204,8,7); }
H1.HeaderClassName
{
color: #CC0807;
}
.AnyTagClassName
{
color: #CC0807;
}
</style>
background-color css
<style>
a { background-color: #CC0807; }
a { background-color: rgb(204,8,7); }
div.DivClassName
{
background-color: #CC0807;
}
.BgClassName
{
background-color: #CC0807;
}
</style>
border-color css
<style>
span { border-color: #CC0807; }
span { border-color: rgb(204,8,7); }
td.TdClassName
{
border-color: #CC0807;
}
.TagClassName
{
border-color: #CC0807;
}
</style>