Shades of Free Speech Red #CE0A00
Tints of Free Speech Red #CE0A00
RGB
CMYK
RGB Variations
Color information
#CE0A00 (or 0xCE0A00) is known color: Free Speech Red. HEX triplet: CE, 0A and 00. RGB value is (206,10,0). Sum of RGB (Red+Green+Blue) = 206+10+0=216 (28% of max value = 765). Red value is 206 (80.86% from 255 or 95.37% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0A00 is #31F5FF. Grayscale: #434343. Windows color (decimal): -3274240 or 2766. OLE color: 2766.
HSL color Cylindrical-coordinate representation of color #CE0A00: hue angle of 2.91º 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 #CE0A00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.19 |
| HSL | 2.91º | 1% | 0.4% | - |
| HSV(B) | 2.91º | 1% | 0.81% | - |
| XYZ | 25.56 | 13.34 | 1.23 | - |
| YUV | 67.46 | 89.93 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 0 | 0 | 0.95 | 1 | 0.19 | 2.91 | 1 | 0.4 |
| Hex | CE | A | 0 | 0 | 5F | 64 | 13 | 3 | 64 | 28 |
| Octal | 316 | 12 | 0 | 0 | 137 | 144 | 23 | 3 | 144 | 50 |
| Binary | 11001110 | 1010 | 0 | 0 | 1011111 | 1100100 | 10011 | 11 | 1100100 | 101000 |
Color Harmonies of #CE0A00
Complementary color
Monochromatic Colors of #CE0A00
Black with #CE0A00
Text Example
Text Example
White with #CE0A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A00; }
p { color: rgb(206,10,0); }
H1.HeaderClassName
{
color: #CE0A00;
}
.AnyTagClassName
{
color: #CE0A00;
}
</style>
background-color css
<style>
a { background-color: #CE0A00; }
a { background-color: rgb(206,10,0); }
div.DivClassName
{
background-color: #CE0A00;
}
.BgClassName
{
background-color: #CE0A00;
}
</style>
border-color css
<style>
span { border-color: #CE0A00; }
span { border-color: rgb(206,10,0); }
td.TdClassName
{
border-color: #CE0A00;
}
.TagClassName
{
border-color: #CE0A00;
}
</style>