Shades of Free Speech Red #CE0800
Tints of Free Speech Red #CE0800
RGB
CMYK
RGB Variations
Color information
#CE0800 (or 0xCE0800) is known color: Free Speech Red. HEX triplet: CE, 08 and 00. RGB value is (206,8,0). Sum of RGB (Red+Green+Blue) = 206+8+0=214 (28% of max value = 765). Red value is 206 (80.86% from 255 or 96.26% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0800 is #31F7FF. Grayscale: #424242. Windows color (decimal): -3274752 or 2254. OLE color: 2254.
HSL color Cylindrical-coordinate representation of color #CE0800: hue angle of 2.33º 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 #CE0800 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.19 |
| HSL | 2.33º | 1% | 0.4% | - |
| HSV(B) | 2.33º | 1% | 0.81% | - |
| XYZ | 25.54 | 13.3 | 1.22 | - |
| YUV | 66.29 | 90.6 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 0 | 0 | 0.96 | 1 | 0.19 | 2.33 | 1 | 0.4 |
| Hex | CE | 8 | 0 | 0 | 60 | 64 | 13 | 2 | 64 | 28 |
| Octal | 316 | 10 | 0 | 0 | 140 | 144 | 23 | 2 | 144 | 50 |
| Binary | 11001110 | 1000 | 0 | 0 | 1100000 | 1100100 | 10011 | 10 | 1100100 | 101000 |
Color Harmonies of #CE0800
Complementary color
Monochromatic Colors of #CE0800
Black with #CE0800
Text Example
Text Example
White with #CE0800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0800; }
p { color: rgb(206,8,0); }
H1.HeaderClassName
{
color: #CE0800;
}
.AnyTagClassName
{
color: #CE0800;
}
</style>
background-color css
<style>
a { background-color: #CE0800; }
a { background-color: rgb(206,8,0); }
div.DivClassName
{
background-color: #CE0800;
}
.BgClassName
{
background-color: #CE0800;
}
</style>
border-color css
<style>
span { border-color: #CE0800; }
span { border-color: rgb(206,8,0); }
td.TdClassName
{
border-color: #CE0800;
}
.TagClassName
{
border-color: #CE0800;
}
</style>