Shades of Free Speech Red #CE140E
Tints of Free Speech Red #CE140E
RGB
CMYK
RGB Variations
Color information
#CE140E (or 0xCE140E) is known color: Free Speech Red. HEX triplet: CE, 14 and 0E. RGB value is (206,20,14). Sum of RGB (Red+Green+Blue) = 206+20+14=240 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.83% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 206 - color contains mainly: red. Hex color #CE140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE140E is #31EBF1. Grayscale: #4B4B4B. Windows color (decimal): -3271666 or 922830. OLE color: 922830.
HSL color Cylindrical-coordinate representation of color #CE140E: hue angle of 1.88º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE140E is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 14 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.19 |
| HSL | 1.88º | 0.87% | 0.43% | - |
| HSV(B) | 1.88º | 0.93% | 0.81% | - |
| XYZ | 25.78 | 13.65 | 1.69 | - |
| YUV | 74.93 | 93.62 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 14 | 0 | 0.90 | 0.93 | 0.19 | 1.88 | 0.87 | 0.43 |
| Hex | CE | 14 | E | 0 | 5A | 5D | 13 | 2 | 57 | 2B |
| Octal | 316 | 24 | 16 | 0 | 132 | 135 | 23 | 2 | 127 | 53 |
| Binary | 11001110 | 10100 | 1110 | 0 | 1011010 | 1011101 | 10011 | 10 | 1010111 | 101011 |
Color Harmonies of #CE140E
Complementary color
Monochromatic Colors of #CE140E
Black with #CE140E
Text Example
Text Example
White with #CE140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE140E; }
p { color: rgb(206,20,14); }
H1.HeaderClassName
{
color: #CE140E;
}
.AnyTagClassName
{
color: #CE140E;
}
</style>
background-color css
<style>
a { background-color: #CE140E; }
a { background-color: rgb(206,20,14); }
div.DivClassName
{
background-color: #CE140E;
}
.BgClassName
{
background-color: #CE140E;
}
</style>
border-color css
<style>
span { border-color: #CE140E; }
span { border-color: rgb(206,20,14); }
td.TdClassName
{
border-color: #CE140E;
}
.TagClassName
{
border-color: #CE140E;
}
</style>