Shades of Free Speech Red #CE1710
Tints of Free Speech Red #CE1710
RGB
CMYK
RGB Variations
Color information
#CE1710 (or 0xCE1710) is known color: Free Speech Red. HEX triplet: CE, 17 and 10. RGB value is (206,23,16). Sum of RGB (Red+Green+Blue) = 206+23+16=245 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.08% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1710 is #31E8EF. Grayscale: #4D4D4D. Windows color (decimal): -3270896 or 1054670. OLE color: 1054670.
HSL color Cylindrical-coordinate representation of color #CE1710: hue angle of 2.21º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1710 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 16 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.19 |
| HSL | 2.21º | 0.86% | 0.44% | - |
| HSV(B) | 2.21º | 0.92% | 0.81% | - |
| XYZ | 25.85 | 13.77 | 1.79 | - |
| YUV | 76.92 | 93.63 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 16 | 0 | 0.89 | 0.92 | 0.19 | 2.21 | 0.86 | 0.44 |
| Hex | CE | 17 | 10 | 0 | 59 | 5C | 13 | 2 | 56 | 2C |
| Octal | 316 | 27 | 20 | 0 | 131 | 134 | 23 | 2 | 126 | 54 |
| Binary | 11001110 | 10111 | 10000 | 0 | 1011001 | 1011100 | 10011 | 10 | 1010110 | 101100 |
Color Harmonies of #CE1710
Complementary color
Monochromatic Colors of #CE1710
Black with #CE1710
Text Example
Text Example
White with #CE1710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1710; }
p { color: rgb(206,23,16); }
H1.HeaderClassName
{
color: #CE1710;
}
.AnyTagClassName
{
color: #CE1710;
}
</style>
background-color css
<style>
a { background-color: #CE1710; }
a { background-color: rgb(206,23,16); }
div.DivClassName
{
background-color: #CE1710;
}
.BgClassName
{
background-color: #CE1710;
}
</style>
border-color css
<style>
span { border-color: #CE1710; }
span { border-color: rgb(206,23,16); }
td.TdClassName
{
border-color: #CE1710;
}
.TagClassName
{
border-color: #CE1710;
}
</style>