Shades of Free Speech Red #CE1700
Tints of Free Speech Red #CE1700
RGB
CMYK
RGB Variations
Color information
#CE1700 (or 0xCE1700) is known color: Free Speech Red. HEX triplet: CE, 17 and 00. RGB value is (206,23,0). Sum of RGB (Red+Green+Blue) = 206+23+0=229 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.96% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1700 is #31E8FF. Grayscale: #4B4B4B. Windows color (decimal): -3270912 or 6094. OLE color: 6094.
HSL color Cylindrical-coordinate representation of color #CE1700: hue angle of 6.7º 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 #CE1700 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.19 |
| HSL | 6.7º | 1% | 0.4% | - |
| HSV(B) | 6.7º | 1% | 0.81% | - |
| XYZ | 25.76 | 13.73 | 1.29 | - |
| YUV | 75.1 | 85.63 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 0 | 0 | 0.89 | 1 | 0.19 | 6.7 | 1 | 0.4 |
| Hex | CE | 17 | 0 | 0 | 59 | 64 | 13 | 7 | 64 | 28 |
| Octal | 316 | 27 | 0 | 0 | 131 | 144 | 23 | 7 | 144 | 50 |
| Binary | 11001110 | 10111 | 0 | 0 | 1011001 | 1100100 | 10011 | 111 | 1100100 | 101000 |
Color Harmonies of #CE1700
Complementary color
Monochromatic Colors of #CE1700
Black with #CE1700
Text Example
Text Example
White with #CE1700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1700; }
p { color: rgb(206,23,0); }
H1.HeaderClassName
{
color: #CE1700;
}
.AnyTagClassName
{
color: #CE1700;
}
</style>
background-color css
<style>
a { background-color: #CE1700; }
a { background-color: rgb(206,23,0); }
div.DivClassName
{
background-color: #CE1700;
}
.BgClassName
{
background-color: #CE1700;
}
</style>
border-color css
<style>
span { border-color: #CE1700; }
span { border-color: rgb(206,23,0); }
td.TdClassName
{
border-color: #CE1700;
}
.TagClassName
{
border-color: #CE1700;
}
</style>