Shades of Free Speech Red #CE1600
Tints of Free Speech Red #CE1600
RGB
CMYK
RGB Variations
Color information
#CE1600 (or 0xCE1600) is known color: Free Speech Red. HEX triplet: CE, 16 and 00. RGB value is (206,22,0). Sum of RGB (Red+Green+Blue) = 206+22+0=228 (30% of max value = 765). Red value is 206 (80.86% from 255 or 90.35% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1600 is #31E9FF. Grayscale: #4A4A4A. Windows color (decimal): -3271168 or 5838. OLE color: 5838.
HSL color Cylindrical-coordinate representation of color #CE1600: hue angle of 6.41º 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 #CE1600 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.19 |
| HSL | 6.41º | 1% | 0.4% | - |
| HSV(B) | 6.41º | 1% | 0.81% | - |
| XYZ | 25.74 | 13.7 | 1.29 | - |
| YUV | 74.51 | 85.96 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 0 | 0 | 0.89 | 1 | 0.19 | 6.41 | 1 | 0.4 |
| Hex | CE | 16 | 0 | 0 | 59 | 64 | 13 | 6 | 64 | 28 |
| Octal | 316 | 26 | 0 | 0 | 131 | 144 | 23 | 6 | 144 | 50 |
| Binary | 11001110 | 10110 | 0 | 0 | 1011001 | 1100100 | 10011 | 110 | 1100100 | 101000 |
Color Harmonies of #CE1600
Complementary color
Monochromatic Colors of #CE1600
Black with #CE1600
Text Example
Text Example
White with #CE1600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1600; }
p { color: rgb(206,22,0); }
H1.HeaderClassName
{
color: #CE1600;
}
.AnyTagClassName
{
color: #CE1600;
}
</style>
background-color css
<style>
a { background-color: #CE1600; }
a { background-color: rgb(206,22,0); }
div.DivClassName
{
background-color: #CE1600;
}
.BgClassName
{
background-color: #CE1600;
}
</style>
border-color css
<style>
span { border-color: #CE1600; }
span { border-color: rgb(206,22,0); }
td.TdClassName
{
border-color: #CE1600;
}
.TagClassName
{
border-color: #CE1600;
}
</style>