Shades of Free Speech Red #CE1406
Tints of Free Speech Red #CE1406
RGB
CMYK
RGB Variations
Color information
#CE1406 (or 0xCE1406) is known color: Free Speech Red. HEX triplet: CE, 14 and 06. RGB value is (206,20,6). Sum of RGB (Red+Green+Blue) = 206+20+6=232 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.79% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1406 is #31EBF9. Grayscale: #4A4A4A. Windows color (decimal): -3271674 or 398542. OLE color: 398542.
HSL color Cylindrical-coordinate representation of color #CE1406: hue angle of 4.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE1406 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 6 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.19 |
| HSL | 4.2º | 0.94% | 0.42% | - |
| HSV(B) | 4.2º | 0.97% | 0.81% | - |
| XYZ | 25.74 | 13.64 | 1.45 | - |
| YUV | 74.02 | 89.62 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 6 | 0 | 0.90 | 0.97 | 0.19 | 4.2 | 0.94 | 0.42 |
| Hex | CE | 14 | 6 | 0 | 5A | 61 | 13 | 4 | 5E | 2A |
| Octal | 316 | 24 | 6 | 0 | 132 | 141 | 23 | 4 | 136 | 52 |
| Binary | 11001110 | 10100 | 110 | 0 | 1011010 | 1100001 | 10011 | 100 | 1011110 | 101010 |
Color Harmonies of #CE1406
Complementary color
Monochromatic Colors of #CE1406
Black with #CE1406
Text Example
Text Example
White with #CE1406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1406; }
p { color: rgb(206,20,6); }
H1.HeaderClassName
{
color: #CE1406;
}
.AnyTagClassName
{
color: #CE1406;
}
</style>
background-color css
<style>
a { background-color: #CE1406; }
a { background-color: rgb(206,20,6); }
div.DivClassName
{
background-color: #CE1406;
}
.BgClassName
{
background-color: #CE1406;
}
</style>
border-color css
<style>
span { border-color: #CE1406; }
span { border-color: rgb(206,20,6); }
td.TdClassName
{
border-color: #CE1406;
}
.TagClassName
{
border-color: #CE1406;
}
</style>