Shades of Free Speech Red #CC1712
Tints of Free Speech Red #CC1712
RGB
CMYK
RGB Variations
Color information
#CC1712 (or 0xCC1712) is known color: Free Speech Red. HEX triplet: CC, 17 and 12. RGB value is (204,23,18). Sum of RGB (Red+Green+Blue) = 204+23+18=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1712 is #33E8ED. Grayscale: #4C4C4C. Windows color (decimal): -3401966 or 1185740. OLE color: 1185740.
HSL color Cylindrical-coordinate representation of color #CC1712: hue angle of 1.61º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1712 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 18 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.2 |
| HSL | 1.61º | 0.84% | 0.44% | - |
| HSV(B) | 1.61º | 0.91% | 0.8% | - |
| XYZ | 25.32 | 13.49 | 1.84 | - |
| YUV | 76.55 | 94.97 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 18 | 0 | 0.89 | 0.91 | 0.2 | 1.61 | 0.84 | 0.44 |
| Hex | CC | 17 | 12 | 0 | 59 | 5B | 14 | 2 | 54 | 2C |
| Octal | 314 | 27 | 22 | 0 | 131 | 133 | 24 | 2 | 124 | 54 |
| Binary | 11001100 | 10111 | 10010 | 0 | 1011001 | 1011011 | 10100 | 10 | 1010100 | 101100 |
Color Harmonies of #CC1712
Complementary color
Monochromatic Colors of #CC1712
Black with #CC1712
Text Example
Text Example
White with #CC1712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1712; }
p { color: rgb(204,23,18); }
H1.HeaderClassName
{
color: #CC1712;
}
.AnyTagClassName
{
color: #CC1712;
}
</style>
background-color css
<style>
a { background-color: #CC1712; }
a { background-color: rgb(204,23,18); }
div.DivClassName
{
background-color: #CC1712;
}
.BgClassName
{
background-color: #CC1712;
}
</style>
border-color css
<style>
span { border-color: #CC1712; }
span { border-color: rgb(204,23,18); }
td.TdClassName
{
border-color: #CC1712;
}
.TagClassName
{
border-color: #CC1712;
}
</style>