Shades of Free Speech Red #CE0400
Tints of Free Speech Red #CE0400
RGB
CMYK
RGB Variations
Color information
#CE0400 (or 0xCE0400) is known color: Free Speech Red. HEX triplet: CE, 04 and 00. RGB value is (206,4,0). Sum of RGB (Red+Green+Blue) = 206+4+0=210 (27% of max value = 765). Red value is 206 (80.86% from 255 or 98.10% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0400 is #31FBFF. Grayscale: #404040. Windows color (decimal): -3275776 or 1230. OLE color: 1230.
HSL color Cylindrical-coordinate representation of color #CE0400: hue angle of 1.17º 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 #CE0400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.19 |
| HSL | 1.17º | 1% | 0.4% | - |
| HSV(B) | 1.17º | 1% | 0.81% | - |
| XYZ | 25.5 | 13.21 | 1.21 | - |
| YUV | 63.94 | 91.92 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 0 | 0 | 0.98 | 1 | 0.19 | 1.17 | 1 | 0.4 |
| Hex | CE | 4 | 0 | 0 | 62 | 64 | 13 | 1 | 64 | 28 |
| Octal | 316 | 4 | 0 | 0 | 142 | 144 | 23 | 1 | 144 | 50 |
| Binary | 11001110 | 100 | 0 | 0 | 1100010 | 1100100 | 10011 | 1 | 1100100 | 101000 |
Color Harmonies of #CE0400
Complementary color
Monochromatic Colors of #CE0400
Black with #CE0400
Text Example
Text Example
White with #CE0400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0400; }
p { color: rgb(206,4,0); }
H1.HeaderClassName
{
color: #CE0400;
}
.AnyTagClassName
{
color: #CE0400;
}
</style>
background-color css
<style>
a { background-color: #CE0400; }
a { background-color: rgb(206,4,0); }
div.DivClassName
{
background-color: #CE0400;
}
.BgClassName
{
background-color: #CE0400;
}
</style>
border-color css
<style>
span { border-color: #CE0400; }
span { border-color: rgb(206,4,0); }
td.TdClassName
{
border-color: #CE0400;
}
.TagClassName
{
border-color: #CE0400;
}
</style>