Shades of Free Speech Red #CE1614
Tints of Free Speech Red #CE1614
RGB
CMYK
RGB Variations
Color information
#CE1614 (or 0xCE1614) is known color: Free Speech Red. HEX triplet: CE, 16 and 14. RGB value is (206,22,20). Sum of RGB (Red+Green+Blue) = 206+22+20=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1614 is #31E9EB. Grayscale: #4C4C4C. Windows color (decimal): -3271148 or 1316558. OLE color: 1316558.
HSL color Cylindrical-coordinate representation of color #CE1614: hue angle of 0.65º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1614 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 20 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.19 |
| HSL | 0.65º | 0.82% | 0.44% | - |
| HSV(B) | 0.65º | 0.9% | 0.81% | - |
| XYZ | 25.87 | 13.75 | 1.95 | - |
| YUV | 76.79 | 95.96 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 20 | 0 | 0.89 | 0.90 | 0.19 | 0.65 | 0.82 | 0.44 |
| Hex | CE | 16 | 14 | 0 | 59 | 5A | 13 | 1 | 52 | 2C |
| Octal | 316 | 26 | 24 | 0 | 131 | 132 | 23 | 1 | 122 | 54 |
| Binary | 11001110 | 10110 | 10100 | 0 | 1011001 | 1011010 | 10011 | 1 | 1010010 | 101100 |
Color Harmonies of #CE1614
Complementary color
Monochromatic Colors of #CE1614
Black with #CE1614
Text Example
Text Example
White with #CE1614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1614; }
p { color: rgb(206,22,20); }
H1.HeaderClassName
{
color: #CE1614;
}
.AnyTagClassName
{
color: #CE1614;
}
</style>
background-color css
<style>
a { background-color: #CE1614; }
a { background-color: rgb(206,22,20); }
div.DivClassName
{
background-color: #CE1614;
}
.BgClassName
{
background-color: #CE1614;
}
</style>
border-color css
<style>
span { border-color: #CE1614; }
span { border-color: rgb(206,22,20); }
td.TdClassName
{
border-color: #CE1614;
}
.TagClassName
{
border-color: #CE1614;
}
</style>