Shades of Free Speech Red #CE1104
Tints of Free Speech Red #CE1104
RGB
CMYK
RGB Variations
Color information
#CE1104 (or 0xCE1104) is known color: Free Speech Red. HEX triplet: CE, 11 and 04. RGB value is (206,17,4). Sum of RGB (Red+Green+Blue) = 206+17+4=227 (30% of max value = 765). Red value is 206 (80.86% from 255 or 90.75% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1104 is #31EEFB. Grayscale: #484848. Windows color (decimal): -3272444 or 266702. OLE color: 266702.
HSL color Cylindrical-coordinate representation of color #CE1104: hue angle of 3.86º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE1104 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.19 |
| HSL | 3.86º | 0.96% | 0.41% | - |
| HSV(B) | 3.86º | 0.98% | 0.81% | - |
| XYZ | 25.68 | 13.53 | 1.37 | - |
| YUV | 72.03 | 89.62 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 4 | 0 | 0.92 | 0.98 | 0.19 | 3.86 | 0.96 | 0.41 |
| Hex | CE | 11 | 4 | 0 | 5C | 62 | 13 | 4 | 60 | 29 |
| Octal | 316 | 21 | 4 | 0 | 134 | 142 | 23 | 4 | 140 | 51 |
| Binary | 11001110 | 10001 | 100 | 0 | 1011100 | 1100010 | 10011 | 100 | 1100000 | 101001 |
Color Harmonies of #CE1104
Complementary color
Monochromatic Colors of #CE1104
Black with #CE1104
Text Example
Text Example
White with #CE1104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1104; }
p { color: rgb(206,17,4); }
H1.HeaderClassName
{
color: #CE1104;
}
.AnyTagClassName
{
color: #CE1104;
}
</style>
background-color css
<style>
a { background-color: #CE1104; }
a { background-color: rgb(206,17,4); }
div.DivClassName
{
background-color: #CE1104;
}
.BgClassName
{
background-color: #CE1104;
}
</style>
border-color css
<style>
span { border-color: #CE1104; }
span { border-color: rgb(206,17,4); }
td.TdClassName
{
border-color: #CE1104;
}
.TagClassName
{
border-color: #CE1104;
}
</style>