Shades of Free Speech Red #CE1401
Tints of Free Speech Red #CE1401
RGB
CMYK
RGB Variations
Color information
#CE1401 (or 0xCE1401) is known color: Free Speech Red. HEX triplet: CE, 14 and 01. RGB value is (206,20,1). Sum of RGB (Red+Green+Blue) = 206+20+1=227 (30% of max value = 765). Red value is 206 (80.86% from 255 or 90.75% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1401 is #31EBFE. Grayscale: #494949. Windows color (decimal): -3271679 or 70862. OLE color: 70862.
HSL color Cylindrical-coordinate representation of color #CE1401: hue angle of 5.56º 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 #CE1401 is Cyan = 0, Magento = 0.90, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 1 | - |
| CMYK | 0 | 0.90 | 1.00 | 0.19 |
| HSL | 5.56º | 0.99% | 0.41% | - |
| HSV(B) | 5.56º | 1% | 0.81% | - |
| XYZ | 25.71 | 13.62 | 1.3 | - |
| YUV | 73.45 | 87.12 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 1 | 0 | 0.90 | 1.00 | 0.19 | 5.56 | 0.99 | 0.41 |
| Hex | CE | 14 | 1 | 0 | 5A | 64 | 13 | 6 | 63 | 29 |
| Octal | 316 | 24 | 1 | 0 | 132 | 144 | 23 | 6 | 143 | 51 |
| Binary | 11001110 | 10100 | 1 | 0 | 1011010 | 1100100 | 10011 | 110 | 1100011 | 101001 |
Color Harmonies of #CE1401
Complementary color
Monochromatic Colors of #CE1401
Black with #CE1401
Text Example
Text Example
White with #CE1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1401; }
p { color: rgb(206,20,1); }
H1.HeaderClassName
{
color: #CE1401;
}
.AnyTagClassName
{
color: #CE1401;
}
</style>
background-color css
<style>
a { background-color: #CE1401; }
a { background-color: rgb(206,20,1); }
div.DivClassName
{
background-color: #CE1401;
}
.BgClassName
{
background-color: #CE1401;
}
</style>
border-color css
<style>
span { border-color: #CE1401; }
span { border-color: rgb(206,20,1); }
td.TdClassName
{
border-color: #CE1401;
}
.TagClassName
{
border-color: #CE1401;
}
</style>