Shades of Free Speech Red #CE1400
Tints of Free Speech Red #CE1400
RGB
CMYK
RGB Variations
Color information
#CE1400 (or 0xCE1400) is known color: Free Speech Red. HEX triplet: CE, 14 and 00. RGB value is (206,20,0). Sum of RGB (Red+Green+Blue) = 206+20+0=226 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.15% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1400 is #31EBFF. Grayscale: #494949. Windows color (decimal): -3271680 or 5326. OLE color: 5326.
HSL color Cylindrical-coordinate representation of color #CE1400: hue angle of 5.83º 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 #CE1400 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.19 |
| HSL | 5.83º | 1% | 0.4% | - |
| HSV(B) | 5.83º | 1% | 0.81% | - |
| XYZ | 25.7 | 13.62 | 1.27 | - |
| YUV | 73.33 | 86.62 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 0 | 0 | 0.90 | 1 | 0.19 | 5.83 | 1 | 0.4 |
| Hex | CE | 14 | 0 | 0 | 5A | 64 | 13 | 6 | 64 | 28 |
| Octal | 316 | 24 | 0 | 0 | 132 | 144 | 23 | 6 | 144 | 50 |
| Binary | 11001110 | 10100 | 0 | 0 | 1011010 | 1100100 | 10011 | 110 | 1100100 | 101000 |
Color Harmonies of #CE1400
Complementary color
Monochromatic Colors of #CE1400
Black with #CE1400
Text Example
Text Example
White with #CE1400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1400; }
p { color: rgb(206,20,0); }
H1.HeaderClassName
{
color: #CE1400;
}
.AnyTagClassName
{
color: #CE1400;
}
</style>
background-color css
<style>
a { background-color: #CE1400; }
a { background-color: rgb(206,20,0); }
div.DivClassName
{
background-color: #CE1400;
}
.BgClassName
{
background-color: #CE1400;
}
</style>
border-color css
<style>
span { border-color: #CE1400; }
span { border-color: rgb(206,20,0); }
td.TdClassName
{
border-color: #CE1400;
}
.TagClassName
{
border-color: #CE1400;
}
</style>