Shades of Free Speech Red #CE1109
Tints of Free Speech Red #CE1109
RGB
CMYK
RGB Variations
Color information
#CE1109 (or 0xCE1109) is known color: Free Speech Red. HEX triplet: CE, 11 and 09. RGB value is (206,17,9). Sum of RGB (Red+Green+Blue) = 206+17+9=232 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.79% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1109 is #31EEF6. Grayscale: #484848. Windows color (decimal): -3272439 or 594382. OLE color: 594382.
HSL color Cylindrical-coordinate representation of color #CE1109: hue angle of 2.44º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE1109 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.19 |
| HSL | 2.44º | 0.92% | 0.42% | - |
| HSV(B) | 2.44º | 0.96% | 0.81% | - |
| XYZ | 25.7 | 13.54 | 1.52 | - |
| YUV | 72.6 | 92.12 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 9 | 0 | 0.92 | 0.96 | 0.19 | 2.44 | 0.92 | 0.42 |
| Hex | CE | 11 | 9 | 0 | 5C | 60 | 13 | 2 | 5C | 2A |
| Octal | 316 | 21 | 11 | 0 | 134 | 140 | 23 | 2 | 134 | 52 |
| Binary | 11001110 | 10001 | 1001 | 0 | 1011100 | 1100000 | 10011 | 10 | 1011100 | 101010 |
Color Harmonies of #CE1109
Complementary color
Monochromatic Colors of #CE1109
Black with #CE1109
Text Example
Text Example
White with #CE1109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1109; }
p { color: rgb(206,17,9); }
H1.HeaderClassName
{
color: #CE1109;
}
.AnyTagClassName
{
color: #CE1109;
}
</style>
background-color css
<style>
a { background-color: #CE1109; }
a { background-color: rgb(206,17,9); }
div.DivClassName
{
background-color: #CE1109;
}
.BgClassName
{
background-color: #CE1109;
}
</style>
border-color css
<style>
span { border-color: #CE1109; }
span { border-color: rgb(206,17,9); }
td.TdClassName
{
border-color: #CE1109;
}
.TagClassName
{
border-color: #CE1109;
}
</style>