Shades of Free Speech Red #CE1709
Tints of Free Speech Red #CE1709
RGB
CMYK
RGB Variations
Color information
#CE1709 (or 0xCE1709) is known color: Free Speech Red. HEX triplet: CE, 17 and 09. RGB value is (206,23,9). Sum of RGB (Red+Green+Blue) = 206+23+9=238 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.55% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1709 is #31E8F6. Grayscale: #4C4C4C. Windows color (decimal): -3270903 or 595918. OLE color: 595918.
HSL color Cylindrical-coordinate representation of color #CE1709: hue angle of 4.26º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE1709 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 9 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.19 |
| HSL | 4.26º | 0.92% | 0.42% | - |
| HSV(B) | 4.26º | 0.96% | 0.81% | - |
| XYZ | 25.81 | 13.75 | 1.55 | - |
| YUV | 76.12 | 90.13 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 9 | 0 | 0.89 | 0.96 | 0.19 | 4.26 | 0.92 | 0.42 |
| Hex | CE | 17 | 9 | 0 | 59 | 60 | 13 | 4 | 5C | 2A |
| Octal | 316 | 27 | 11 | 0 | 131 | 140 | 23 | 4 | 134 | 52 |
| Binary | 11001110 | 10111 | 1001 | 0 | 1011001 | 1100000 | 10011 | 100 | 1011100 | 101010 |
Color Harmonies of #CE1709
Complementary color
Monochromatic Colors of #CE1709
Black with #CE1709
Text Example
Text Example
White with #CE1709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1709; }
p { color: rgb(206,23,9); }
H1.HeaderClassName
{
color: #CE1709;
}
.AnyTagClassName
{
color: #CE1709;
}
</style>
background-color css
<style>
a { background-color: #CE1709; }
a { background-color: rgb(206,23,9); }
div.DivClassName
{
background-color: #CE1709;
}
.BgClassName
{
background-color: #CE1709;
}
</style>
border-color css
<style>
span { border-color: #CE1709; }
span { border-color: rgb(206,23,9); }
td.TdClassName
{
border-color: #CE1709;
}
.TagClassName
{
border-color: #CE1709;
}
</style>