Shades of Free Speech Red #CE1311
Tints of Free Speech Red #CE1311
RGB
CMYK
RGB Variations
Color information
#CE1311 (or 0xCE1311) is known color: Free Speech Red. HEX triplet: CE, 13 and 11. RGB value is (206,19,17). Sum of RGB (Red+Green+Blue) = 206+19+17=242 (32% of max value = 765). Red value is 206 (80.86% from 255 or 85.12% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1311 is #31ECEE. Grayscale: #4A4A4A. Windows color (decimal): -3271919 or 1119182. OLE color: 1119182.
HSL color Cylindrical-coordinate representation of color #CE1311: hue angle of 0.63º degrees, saturation: 0.85, 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 #CE1311 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 17 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.19 |
| HSL | 0.63º | 0.85% | 0.44% | - |
| HSV(B) | 0.63º | 0.92% | 0.81% | - |
| XYZ | 25.79 | 13.63 | 1.8 | - |
| YUV | 74.69 | 95.45 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 17 | 0 | 0.91 | 0.92 | 0.19 | 0.63 | 0.85 | 0.44 |
| Hex | CE | 13 | 11 | 0 | 5B | 5C | 13 | 1 | 55 | 2C |
| Octal | 316 | 23 | 21 | 0 | 133 | 134 | 23 | 1 | 125 | 54 |
| Binary | 11001110 | 10011 | 10001 | 0 | 1011011 | 1011100 | 10011 | 1 | 1010101 | 101100 |
Color Harmonies of #CE1311
Complementary color
Monochromatic Colors of #CE1311
Black with #CE1311
Text Example
Text Example
White with #CE1311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1311; }
p { color: rgb(206,19,17); }
H1.HeaderClassName
{
color: #CE1311;
}
.AnyTagClassName
{
color: #CE1311;
}
</style>
background-color css
<style>
a { background-color: #CE1311; }
a { background-color: rgb(206,19,17); }
div.DivClassName
{
background-color: #CE1311;
}
.BgClassName
{
background-color: #CE1311;
}
</style>
border-color css
<style>
span { border-color: #CE1311; }
span { border-color: rgb(206,19,17); }
td.TdClassName
{
border-color: #CE1311;
}
.TagClassName
{
border-color: #CE1311;
}
</style>