Shades of Free Speech Red #CE1100
Tints of Free Speech Red #CE1100
RGB
CMYK
RGB Variations
Color information
#CE1100 (or 0xCE1100) is known color: Free Speech Red. HEX triplet: CE, 11 and 00. RGB value is (206,17,0). Sum of RGB (Red+Green+Blue) = 206+17+0=223 (29% of max value = 765). Red value is 206 (80.86% from 255 or 92.38% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1100 is #31EEFF. Grayscale: #474747. Windows color (decimal): -3272448 or 4558. OLE color: 4558.
HSL color Cylindrical-coordinate representation of color #CE1100: hue angle of 4.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE1100 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.19 |
| HSL | 4.95º | 1% | 0.4% | - |
| HSV(B) | 4.95º | 1% | 0.81% | - |
| XYZ | 25.65 | 13.52 | 1.26 | - |
| YUV | 71.57 | 87.62 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 0 | 0 | 0.92 | 1 | 0.19 | 4.95 | 1 | 0.4 |
| Hex | CE | 11 | 0 | 0 | 5C | 64 | 13 | 5 | 64 | 28 |
| Octal | 316 | 21 | 0 | 0 | 134 | 144 | 23 | 5 | 144 | 50 |
| Binary | 11001110 | 10001 | 0 | 0 | 1011100 | 1100100 | 10011 | 101 | 1100100 | 101000 |
Color Harmonies of #CE1100
Complementary color
Monochromatic Colors of #CE1100
Black with #CE1100
Text Example
Text Example
White with #CE1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1100; }
p { color: rgb(206,17,0); }
H1.HeaderClassName
{
color: #CE1100;
}
.AnyTagClassName
{
color: #CE1100;
}
</style>
background-color css
<style>
a { background-color: #CE1100; }
a { background-color: rgb(206,17,0); }
div.DivClassName
{
background-color: #CE1100;
}
.BgClassName
{
background-color: #CE1100;
}
</style>
border-color css
<style>
span { border-color: #CE1100; }
span { border-color: rgb(206,17,0); }
td.TdClassName
{
border-color: #CE1100;
}
.TagClassName
{
border-color: #CE1100;
}
</style>