Shades of Free Speech Red #CC1507
Tints of Free Speech Red #CC1507
RGB
CMYK
RGB Variations
Color information
#CC1507 (or 0xCC1507) is known color: Free Speech Red. HEX triplet: CC, 15 and 07. RGB value is (204,21,7). Sum of RGB (Red+Green+Blue) = 204+21+7=232 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.93% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1507 is #33EAF8. Grayscale: #4A4A4A. Windows color (decimal): -3402489 or 464332. OLE color: 464332.
HSL color Cylindrical-coordinate representation of color #CC1507: hue angle of 4.26º 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 #CC1507 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 7 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.2 |
| HSL | 4.26º | 0.93% | 0.41% | - |
| HSV(B) | 4.26º | 0.97% | 0.8% | - |
| XYZ | 25.21 | 13.39 | 1.46 | - |
| YUV | 74.12 | 90.13 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 7 | 0 | 0.90 | 0.97 | 0.2 | 4.26 | 0.93 | 0.41 |
| Hex | CC | 15 | 7 | 0 | 5A | 61 | 14 | 4 | 5D | 29 |
| Octal | 314 | 25 | 7 | 0 | 132 | 141 | 24 | 4 | 135 | 51 |
| Binary | 11001100 | 10101 | 111 | 0 | 1011010 | 1100001 | 10100 | 100 | 1011101 | 101001 |
Color Harmonies of #CC1507
Complementary color
Monochromatic Colors of #CC1507
Black with #CC1507
Text Example
Text Example
White with #CC1507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1507; }
p { color: rgb(204,21,7); }
H1.HeaderClassName
{
color: #CC1507;
}
.AnyTagClassName
{
color: #CC1507;
}
</style>
background-color css
<style>
a { background-color: #CC1507; }
a { background-color: rgb(204,21,7); }
div.DivClassName
{
background-color: #CC1507;
}
.BgClassName
{
background-color: #CC1507;
}
</style>
border-color css
<style>
span { border-color: #CC1507; }
span { border-color: rgb(204,21,7); }
td.TdClassName
{
border-color: #CC1507;
}
.TagClassName
{
border-color: #CC1507;
}
</style>