Shades of Free Speech Red #CE0804
Tints of Free Speech Red #CE0804
RGB
CMYK
RGB Variations
Color information
#CE0804 (or 0xCE0804) is known color: Free Speech Red. HEX triplet: CE, 08 and 04. RGB value is (206,8,4). Sum of RGB (Red+Green+Blue) = 206+8+4=218 (28% of max value = 765). Red value is 206 (80.86% from 255 or 94.50% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0804 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0804 is #31F7FB. Grayscale: #424242. Windows color (decimal): -3274748 or 264398. OLE color: 264398.
HSL color Cylindrical-coordinate representation of color #CE0804: hue angle of 1.19º 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 #CE0804 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.19 |
| HSL | 1.19º | 0.96% | 0.41% | - |
| HSV(B) | 1.19º | 0.98% | 0.81% | - |
| XYZ | 25.56 | 13.3 | 1.34 | - |
| YUV | 66.75 | 92.6 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 4 | 0 | 0.96 | 0.98 | 0.19 | 1.19 | 0.96 | 0.41 |
| Hex | CE | 8 | 4 | 0 | 60 | 62 | 13 | 1 | 60 | 29 |
| Octal | 316 | 10 | 4 | 0 | 140 | 142 | 23 | 1 | 140 | 51 |
| Binary | 11001110 | 1000 | 100 | 0 | 1100000 | 1100010 | 10011 | 1 | 1100000 | 101001 |
Color Harmonies of #CE0804
Complementary color
Monochromatic Colors of #CE0804
Black with #CE0804
Text Example
Text Example
White with #CE0804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0804; }
p { color: rgb(206,8,4); }
H1.HeaderClassName
{
color: #CE0804;
}
.AnyTagClassName
{
color: #CE0804;
}
</style>
background-color css
<style>
a { background-color: #CE0804; }
a { background-color: rgb(206,8,4); }
div.DivClassName
{
background-color: #CE0804;
}
.BgClassName
{
background-color: #CE0804;
}
</style>
border-color css
<style>
span { border-color: #CE0804; }
span { border-color: rgb(206,8,4); }
td.TdClassName
{
border-color: #CE0804;
}
.TagClassName
{
border-color: #CE0804;
}
</style>