Shades of Free Speech Red #CE1610
Tints of Free Speech Red #CE1610
RGB
CMYK
RGB Variations
Color information
#CE1610 (or 0xCE1610) is known color: Free Speech Red. HEX triplet: CE, 16 and 10. RGB value is (206,22,16). Sum of RGB (Red+Green+Blue) = 206+22+16=244 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.43% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1610 is #31E9EF. Grayscale: #4C4C4C. Windows color (decimal): -3271152 or 1054414. OLE color: 1054414.
HSL color Cylindrical-coordinate representation of color #CE1610: hue angle of 1.89º 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 #CE1610 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 16 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.19 |
| HSL | 1.89º | 0.86% | 0.44% | - |
| HSV(B) | 1.89º | 0.92% | 0.81% | - |
| XYZ | 25.83 | 13.73 | 1.78 | - |
| YUV | 76.33 | 93.96 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 16 | 0 | 0.89 | 0.92 | 0.19 | 1.89 | 0.86 | 0.44 |
| Hex | CE | 16 | 10 | 0 | 59 | 5C | 13 | 2 | 56 | 2C |
| Octal | 316 | 26 | 20 | 0 | 131 | 134 | 23 | 2 | 126 | 54 |
| Binary | 11001110 | 10110 | 10000 | 0 | 1011001 | 1011100 | 10011 | 10 | 1010110 | 101100 |
Color Harmonies of #CE1610
Complementary color
Monochromatic Colors of #CE1610
Black with #CE1610
Text Example
Text Example
White with #CE1610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1610; }
p { color: rgb(206,22,16); }
H1.HeaderClassName
{
color: #CE1610;
}
.AnyTagClassName
{
color: #CE1610;
}
</style>
background-color css
<style>
a { background-color: #CE1610; }
a { background-color: rgb(206,22,16); }
div.DivClassName
{
background-color: #CE1610;
}
.BgClassName
{
background-color: #CE1610;
}
</style>
border-color css
<style>
span { border-color: #CE1610; }
span { border-color: rgb(206,22,16); }
td.TdClassName
{
border-color: #CE1610;
}
.TagClassName
{
border-color: #CE1610;
}
</style>