Shades of Free Speech Red #CE150C
Tints of Free Speech Red #CE150C
RGB
CMYK
RGB Variations
Color information
#CE150C (or 0xCE150C) is known color: Free Speech Red. HEX triplet: CE, 15 and 0C. RGB value is (206,21,12). Sum of RGB (Red+Green+Blue) = 206+21+12=239 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.19% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 206 - color contains mainly: red. Hex color #CE150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE150C is #31EAF3. Grayscale: #4B4B4B. Windows color (decimal): -3271412 or 792014. OLE color: 792014.
HSL color Cylindrical-coordinate representation of color #CE150C: hue angle of 2.78º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE150C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 12 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.19 |
| HSL | 2.78º | 0.89% | 0.43% | - |
| HSV(B) | 2.78º | 0.94% | 0.81% | - |
| XYZ | 25.79 | 13.68 | 1.63 | - |
| YUV | 75.29 | 92.29 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 12 | 0 | 0.90 | 0.94 | 0.19 | 2.78 | 0.89 | 0.43 |
| Hex | CE | 15 | C | 0 | 5A | 5E | 13 | 3 | 59 | 2B |
| Octal | 316 | 25 | 14 | 0 | 132 | 136 | 23 | 3 | 131 | 53 |
| Binary | 11001110 | 10101 | 1100 | 0 | 1011010 | 1011110 | 10011 | 11 | 1011001 | 101011 |
Color Harmonies of #CE150C
Complementary color
Monochromatic Colors of #CE150C
Black with #CE150C
Text Example
Text Example
White with #CE150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE150C; }
p { color: rgb(206,21,12); }
H1.HeaderClassName
{
color: #CE150C;
}
.AnyTagClassName
{
color: #CE150C;
}
</style>
background-color css
<style>
a { background-color: #CE150C; }
a { background-color: rgb(206,21,12); }
div.DivClassName
{
background-color: #CE150C;
}
.BgClassName
{
background-color: #CE150C;
}
</style>
border-color css
<style>
span { border-color: #CE150C; }
span { border-color: rgb(206,21,12); }
td.TdClassName
{
border-color: #CE150C;
}
.TagClassName
{
border-color: #CE150C;
}
</style>