Shades of Free Speech Red #CE0F00
Tints of Free Speech Red #CE0F00
RGB
CMYK
RGB Variations
Color information
#CE0F00 (or 0xCE0F00) is known color: Free Speech Red. HEX triplet: CE, 0F and 00. RGB value is (206,15,0). Sum of RGB (Red+Green+Blue) = 206+15+0=221 (29% of max value = 765). Red value is 206 (80.86% from 255 or 93.21% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0F00 is #31F0FF. Grayscale: #464646. Windows color (decimal): -3272960 or 4046. OLE color: 4046.
HSL color Cylindrical-coordinate representation of color #CE0F00: hue angle of 4.37º 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 #CE0F00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.19 |
| HSL | 4.37º | 1% | 0.4% | - |
| HSV(B) | 4.37º | 1% | 0.81% | - |
| XYZ | 25.62 | 13.46 | 1.25 | - |
| YUV | 70.4 | 88.28 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 0 | 0 | 0.93 | 1 | 0.19 | 4.37 | 1 | 0.4 |
| Hex | CE | F | 0 | 0 | 5D | 64 | 13 | 4 | 64 | 28 |
| Octal | 316 | 17 | 0 | 0 | 135 | 144 | 23 | 4 | 144 | 50 |
| Binary | 11001110 | 1111 | 0 | 0 | 1011101 | 1100100 | 10011 | 100 | 1100100 | 101000 |
Color Harmonies of #CE0F00
Complementary color
Monochromatic Colors of #CE0F00
Black with #CE0F00
Text Example
Text Example
White with #CE0F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F00; }
p { color: rgb(206,15,0); }
H1.HeaderClassName
{
color: #CE0F00;
}
.AnyTagClassName
{
color: #CE0F00;
}
</style>
background-color css
<style>
a { background-color: #CE0F00; }
a { background-color: rgb(206,15,0); }
div.DivClassName
{
background-color: #CE0F00;
}
.BgClassName
{
background-color: #CE0F00;
}
</style>
border-color css
<style>
span { border-color: #CE0F00; }
span { border-color: rgb(206,15,0); }
td.TdClassName
{
border-color: #CE0F00;
}
.TagClassName
{
border-color: #CE0F00;
}
</style>