Shades of Free Speech Red #CE1705
Tints of Free Speech Red #CE1705
RGB
CMYK
RGB Variations
Color information
#CE1705 (or 0xCE1705) is known color: Free Speech Red. HEX triplet: CE, 17 and 05. RGB value is (206,23,5). Sum of RGB (Red+Green+Blue) = 206+23+5=234 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.03% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1705 is #31E8FA. Grayscale: #4B4B4B. Windows color (decimal): -3270907 or 333774. OLE color: 333774.
HSL color Cylindrical-coordinate representation of color #CE1705: hue angle of 5.37º degrees, saturation: 0.95, 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 #CE1705 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 5 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.19 |
| HSL | 5.37º | 0.95% | 0.41% | - |
| HSV(B) | 5.37º | 0.98% | 0.81% | - |
| XYZ | 25.79 | 13.75 | 1.44 | - |
| YUV | 75.67 | 88.13 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 5 | 0 | 0.89 | 0.98 | 0.19 | 5.37 | 0.95 | 0.41 |
| Hex | CE | 17 | 5 | 0 | 59 | 62 | 13 | 5 | 5F | 29 |
| Octal | 316 | 27 | 5 | 0 | 131 | 142 | 23 | 5 | 137 | 51 |
| Binary | 11001110 | 10111 | 101 | 0 | 1011001 | 1100010 | 10011 | 101 | 1011111 | 101001 |
Color Harmonies of #CE1705
Complementary color
Monochromatic Colors of #CE1705
Black with #CE1705
Text Example
Text Example
White with #CE1705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1705; }
p { color: rgb(206,23,5); }
H1.HeaderClassName
{
color: #CE1705;
}
.AnyTagClassName
{
color: #CE1705;
}
</style>
background-color css
<style>
a { background-color: #CE1705; }
a { background-color: rgb(206,23,5); }
div.DivClassName
{
background-color: #CE1705;
}
.BgClassName
{
background-color: #CE1705;
}
</style>
border-color css
<style>
span { border-color: #CE1705; }
span { border-color: rgb(206,23,5); }
td.TdClassName
{
border-color: #CE1705;
}
.TagClassName
{
border-color: #CE1705;
}
</style>