Shades of Free Speech Red #CE1310
Tints of Free Speech Red #CE1310
RGB
CMYK
RGB Variations
Color information
#CE1310 (or 0xCE1310) is known color: Free Speech Red. HEX triplet: CE, 13 and 10. RGB value is (206,19,16). Sum of RGB (Red+Green+Blue) = 206+19+16=241 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.48% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1310 is #31ECEF. Grayscale: #4A4A4A. Windows color (decimal): -3271920 or 1053646. OLE color: 1053646.
HSL color Cylindrical-coordinate representation of color #CE1310: hue angle of 0.95º 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 #CE1310 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 16 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.19 |
| HSL | 0.95º | 0.86% | 0.44% | - |
| HSV(B) | 0.95º | 0.92% | 0.81% | - |
| XYZ | 25.78 | 13.62 | 1.76 | - |
| YUV | 74.57 | 94.95 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 16 | 0 | 0.91 | 0.92 | 0.19 | 0.95 | 0.86 | 0.44 |
| Hex | CE | 13 | 10 | 0 | 5B | 5C | 13 | 1 | 56 | 2C |
| Octal | 316 | 23 | 20 | 0 | 133 | 134 | 23 | 1 | 126 | 54 |
| Binary | 11001110 | 10011 | 10000 | 0 | 1011011 | 1011100 | 10011 | 1 | 1010110 | 101100 |
Color Harmonies of #CE1310
Complementary color
Monochromatic Colors of #CE1310
Black with #CE1310
Text Example
Text Example
White with #CE1310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1310; }
p { color: rgb(206,19,16); }
H1.HeaderClassName
{
color: #CE1310;
}
.AnyTagClassName
{
color: #CE1310;
}
</style>
background-color css
<style>
a { background-color: #CE1310; }
a { background-color: rgb(206,19,16); }
div.DivClassName
{
background-color: #CE1310;
}
.BgClassName
{
background-color: #CE1310;
}
</style>
border-color css
<style>
span { border-color: #CE1310; }
span { border-color: rgb(206,19,16); }
td.TdClassName
{
border-color: #CE1310;
}
.TagClassName
{
border-color: #CE1310;
}
</style>