Shades of Free Speech Red #CE1510
Tints of Free Speech Red #CE1510
RGB
CMYK
RGB Variations
Color information
#CE1510 (or 0xCE1510) is known color: Free Speech Red. HEX triplet: CE, 15 and 10. RGB value is (206,21,16). Sum of RGB (Red+Green+Blue) = 206+21+16=243 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.77% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1510 is #31EAEF. Grayscale: #4B4B4B. Windows color (decimal): -3271408 or 1054158. OLE color: 1054158.
HSL color Cylindrical-coordinate representation of color #CE1510: hue angle of 1.58º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1510 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 16 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.19 |
| HSL | 1.58º | 0.86% | 0.44% | - |
| HSV(B) | 1.58º | 0.92% | 0.81% | - |
| XYZ | 25.82 | 13.7 | 1.77 | - |
| YUV | 75.75 | 94.29 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 16 | 0 | 0.90 | 0.92 | 0.19 | 1.58 | 0.86 | 0.44 |
| Hex | CE | 15 | 10 | 0 | 5A | 5C | 13 | 2 | 56 | 2C |
| Octal | 316 | 25 | 20 | 0 | 132 | 134 | 23 | 2 | 126 | 54 |
| Binary | 11001110 | 10101 | 10000 | 0 | 1011010 | 1011100 | 10011 | 10 | 1010110 | 101100 |
Color Harmonies of #CE1510
Complementary color
Monochromatic Colors of #CE1510
Black with #CE1510
Text Example
Text Example
White with #CE1510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1510; }
p { color: rgb(206,21,16); }
H1.HeaderClassName
{
color: #CE1510;
}
.AnyTagClassName
{
color: #CE1510;
}
</style>
background-color css
<style>
a { background-color: #CE1510; }
a { background-color: rgb(206,21,16); }
div.DivClassName
{
background-color: #CE1510;
}
.BgClassName
{
background-color: #CE1510;
}
</style>
border-color css
<style>
span { border-color: #CE1510; }
span { border-color: rgb(206,21,16); }
td.TdClassName
{
border-color: #CE1510;
}
.TagClassName
{
border-color: #CE1510;
}
</style>