Shades of Free Speech Red #CE140B
Tints of Free Speech Red #CE140B
RGB
CMYK
RGB Variations
Color information
#CE140B (or 0xCE140B) is known color: Free Speech Red. HEX triplet: CE, 14 and 0B. RGB value is (206,20,11). Sum of RGB (Red+Green+Blue) = 206+20+11=237 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.92% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 206 - color contains mainly: red. Hex color #CE140B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE140B is #31EBF4. Grayscale: #4A4A4A. Windows color (decimal): -3271669 or 726222. OLE color: 726222.
HSL color Cylindrical-coordinate representation of color #CE140B: hue angle of 2.77º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE140B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.19 |
| HSL | 2.77º | 0.9% | 0.43% | - |
| HSV(B) | 2.77º | 0.95% | 0.81% | - |
| XYZ | 25.76 | 13.65 | 1.59 | - |
| YUV | 74.59 | 92.12 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 11 | 0 | 0.90 | 0.95 | 0.19 | 2.77 | 0.9 | 0.43 |
| Hex | CE | 14 | B | 0 | 5A | 5F | 13 | 3 | 5A | 2B |
| Octal | 316 | 24 | 13 | 0 | 132 | 137 | 23 | 3 | 132 | 53 |
| Binary | 11001110 | 10100 | 1011 | 0 | 1011010 | 1011111 | 10011 | 11 | 1011010 | 101011 |
Color Harmonies of #CE140B
Complementary color
Monochromatic Colors of #CE140B
Black with #CE140B
Text Example
Text Example
White with #CE140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE140B; }
p { color: rgb(206,20,11); }
H1.HeaderClassName
{
color: #CE140B;
}
.AnyTagClassName
{
color: #CE140B;
}
</style>
background-color css
<style>
a { background-color: #CE140B; }
a { background-color: rgb(206,20,11); }
div.DivClassName
{
background-color: #CE140B;
}
.BgClassName
{
background-color: #CE140B;
}
</style>
border-color css
<style>
span { border-color: #CE140B; }
span { border-color: rgb(206,20,11); }
td.TdClassName
{
border-color: #CE140B;
}
.TagClassName
{
border-color: #CE140B;
}
</style>