Shades of Free Speech Red #CE0701
Tints of Free Speech Red #CE0701
RGB
CMYK
RGB Variations
Color information
#CE0701 (or 0xCE0701) is known color: Free Speech Red. HEX triplet: CE, 07 and 01. RGB value is (206,7,1). Sum of RGB (Red+Green+Blue) = 206+7+1=214 (28% of max value = 765). Red value is 206 (80.86% from 255 or 96.26% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0701 is #31F8FE. Grayscale: #424242. Windows color (decimal): -3275007 or 67534. OLE color: 67534.
HSL color Cylindrical-coordinate representation of color #CE0701: hue angle of 1.76º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0701 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 1 | - |
| CMYK | 0 | 0.97 | 1.00 | 0.19 |
| HSL | 1.76º | 0.99% | 0.41% | - |
| HSV(B) | 1.76º | 1% | 0.81% | - |
| XYZ | 25.54 | 13.28 | 1.25 | - |
| YUV | 65.82 | 91.43 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 1 | 0 | 0.97 | 1.00 | 0.19 | 1.76 | 0.99 | 0.41 |
| Hex | CE | 7 | 1 | 0 | 61 | 64 | 13 | 2 | 63 | 29 |
| Octal | 316 | 7 | 1 | 0 | 141 | 144 | 23 | 2 | 143 | 51 |
| Binary | 11001110 | 111 | 1 | 0 | 1100001 | 1100100 | 10011 | 10 | 1100011 | 101001 |
Color Harmonies of #CE0701
Complementary color
Monochromatic Colors of #CE0701
Black with #CE0701
Text Example
Text Example
White with #CE0701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0701; }
p { color: rgb(206,7,1); }
H1.HeaderClassName
{
color: #CE0701;
}
.AnyTagClassName
{
color: #CE0701;
}
</style>
background-color css
<style>
a { background-color: #CE0701; }
a { background-color: rgb(206,7,1); }
div.DivClassName
{
background-color: #CE0701;
}
.BgClassName
{
background-color: #CE0701;
}
</style>
border-color css
<style>
span { border-color: #CE0701; }
span { border-color: rgb(206,7,1); }
td.TdClassName
{
border-color: #CE0701;
}
.TagClassName
{
border-color: #CE0701;
}
</style>