Shades of Free Speech Red #CE1601
Tints of Free Speech Red #CE1601
RGB
CMYK
RGB Variations
Color information
#CE1601 (or 0xCE1601) is known color: Free Speech Red. HEX triplet: CE, 16 and 01. RGB value is (206,22,1). Sum of RGB (Red+Green+Blue) = 206+22+1=229 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.96% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1601 is #31E9FE. Grayscale: #4A4A4A. Windows color (decimal): -3271167 or 71374. OLE color: 71374.
HSL color Cylindrical-coordinate representation of color #CE1601: hue angle of 6.15º 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 #CE1601 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 1 | - |
| CMYK | 0 | 0.89 | 1.00 | 0.19 |
| HSL | 6.15º | 0.99% | 0.41% | - |
| HSV(B) | 6.15º | 1% | 0.81% | - |
| XYZ | 25.75 | 13.7 | 1.32 | - |
| YUV | 74.62 | 86.46 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 1 | 0 | 0.89 | 1.00 | 0.19 | 6.15 | 0.99 | 0.41 |
| Hex | CE | 16 | 1 | 0 | 59 | 64 | 13 | 6 | 63 | 29 |
| Octal | 316 | 26 | 1 | 0 | 131 | 144 | 23 | 6 | 143 | 51 |
| Binary | 11001110 | 10110 | 1 | 0 | 1011001 | 1100100 | 10011 | 110 | 1100011 | 101001 |
Color Harmonies of #CE1601
Complementary color
Monochromatic Colors of #CE1601
Black with #CE1601
Text Example
Text Example
White with #CE1601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1601; }
p { color: rgb(206,22,1); }
H1.HeaderClassName
{
color: #CE1601;
}
.AnyTagClassName
{
color: #CE1601;
}
</style>
background-color css
<style>
a { background-color: #CE1601; }
a { background-color: rgb(206,22,1); }
div.DivClassName
{
background-color: #CE1601;
}
.BgClassName
{
background-color: #CE1601;
}
</style>
border-color css
<style>
span { border-color: #CE1601; }
span { border-color: rgb(206,22,1); }
td.TdClassName
{
border-color: #CE1601;
}
.TagClassName
{
border-color: #CE1601;
}
</style>