Shades of Free Speech Red #CE1706
Tints of Free Speech Red #CE1706
RGB
CMYK
RGB Variations
Color information
#CE1706 (or 0xCE1706) is known color: Free Speech Red. HEX triplet: CE, 17 and 06. RGB value is (206,23,6). Sum of RGB (Red+Green+Blue) = 206+23+6=235 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.66% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1706 is #31E8F9. Grayscale: #4C4C4C. Windows color (decimal): -3270906 or 399310. OLE color: 399310.
HSL color Cylindrical-coordinate representation of color #CE1706: hue angle of 5.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE1706 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 6 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.19 |
| HSL | 5.1º | 0.94% | 0.42% | - |
| HSV(B) | 5.1º | 0.97% | 0.81% | - |
| XYZ | 25.79 | 13.75 | 1.47 | - |
| YUV | 75.78 | 88.63 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 6 | 0 | 0.89 | 0.97 | 0.19 | 5.1 | 0.94 | 0.42 |
| Hex | CE | 17 | 6 | 0 | 59 | 61 | 13 | 5 | 5E | 2A |
| Octal | 316 | 27 | 6 | 0 | 131 | 141 | 23 | 5 | 136 | 52 |
| Binary | 11001110 | 10111 | 110 | 0 | 1011001 | 1100001 | 10011 | 101 | 1011110 | 101010 |
Color Harmonies of #CE1706
Complementary color
Monochromatic Colors of #CE1706
Black with #CE1706
Text Example
Text Example
White with #CE1706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1706; }
p { color: rgb(206,23,6); }
H1.HeaderClassName
{
color: #CE1706;
}
.AnyTagClassName
{
color: #CE1706;
}
</style>
background-color css
<style>
a { background-color: #CE1706; }
a { background-color: rgb(206,23,6); }
div.DivClassName
{
background-color: #CE1706;
}
.BgClassName
{
background-color: #CE1706;
}
</style>
border-color css
<style>
span { border-color: #CE1706; }
span { border-color: rgb(206,23,6); }
td.TdClassName
{
border-color: #CE1706;
}
.TagClassName
{
border-color: #CE1706;
}
</style>