Shades of Free Speech Red #CE0100
Tints of Free Speech Red #CE0100
RGB
CMYK
RGB Variations
Color information
#CE0100 (or 0xCE0100) is known color: Free Speech Red. HEX triplet: CE, 01 and 00. RGB value is (206,1,0). Sum of RGB (Red+Green+Blue) = 206+1+0=207 (27% of max value = 765). Red value is 206 (80.86% from 255 or 99.52% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0100 is #31FEFF. Grayscale: #3E3E3E. Windows color (decimal): -3276544 or 462. OLE color: 462.
HSL color Cylindrical-coordinate representation of color #CE0100: hue angle of 0.29º 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 #CE0100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.19 |
| HSL | 0.29º | 1% | 0.4% | - |
| HSV(B) | 0.29º | 1% | 0.81% | - |
| XYZ | 25.46 | 13.14 | 1.19 | - |
| YUV | 62.18 | 92.92 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 0 | 0 | 1.00 | 1 | 0.19 | 0.29 | 1 | 0.4 |
| Hex | CE | 1 | 0 | 0 | 64 | 64 | 13 | 0 | 64 | 28 |
| Octal | 316 | 1 | 0 | 0 | 144 | 144 | 23 | 0 | 144 | 50 |
| Binary | 11001110 | 1 | 0 | 0 | 1100100 | 1100100 | 10011 | 0 | 1100100 | 101000 |
Color Harmonies of #CE0100
Complementary color
Monochromatic Colors of #CE0100
Black with #CE0100
Text Example
Text Example
White with #CE0100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0100; }
p { color: rgb(206,1,0); }
H1.HeaderClassName
{
color: #CE0100;
}
.AnyTagClassName
{
color: #CE0100;
}
</style>
background-color css
<style>
a { background-color: #CE0100; }
a { background-color: rgb(206,1,0); }
div.DivClassName
{
background-color: #CE0100;
}
.BgClassName
{
background-color: #CE0100;
}
</style>
border-color css
<style>
span { border-color: #CE0100; }
span { border-color: rgb(206,1,0); }
td.TdClassName
{
border-color: #CE0100;
}
.TagClassName
{
border-color: #CE0100;
}
</style>