Shades of Free Speech Red #CE0909
Tints of Free Speech Red #CE0909
RGB
CMYK
RGB Variations
Color information
#CE0909 (or 0xCE0909) is known color: Free Speech Red. HEX triplet: CE, 09 and 09. RGB value is (206,9,9). Sum of RGB (Red+Green+Blue) = 206+9+9=224 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.96% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0909 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0909 is #31F6F6. Grayscale: #444444. Windows color (decimal): -3274487 or 592334. OLE color: 592334.
HSL color Cylindrical-coordinate representation of color #CE0909: hue angle of 0º 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 #CE0909 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 9 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.19 |
| HSL | 0º | 0.92% | 0.42% | - |
| HSV(B) | 0º | 0.96% | 0.81% | - |
| XYZ | 25.6 | 13.34 | 1.48 | - |
| YUV | 67.9 | 94.77 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 9 | 0 | 0.96 | 0.96 | 0.19 | 0 | 0.92 | 0.42 |
| Hex | CE | 9 | 9 | 0 | 60 | 60 | 13 | 0 | 5C | 2A |
| Octal | 316 | 11 | 11 | 0 | 140 | 140 | 23 | 0 | 134 | 52 |
| Binary | 11001110 | 1001 | 1001 | 0 | 1100000 | 1100000 | 10011 | 0 | 1011100 | 101010 |
Color Harmonies of #CE0909
Complementary color
Monochromatic Colors of #CE0909
Black with #CE0909
Text Example
Text Example
White with #CE0909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0909; }
p { color: rgb(206,9,9); }
H1.HeaderClassName
{
color: #CE0909;
}
.AnyTagClassName
{
color: #CE0909;
}
</style>
background-color css
<style>
a { background-color: #CE0909; }
a { background-color: rgb(206,9,9); }
div.DivClassName
{
background-color: #CE0909;
}
.BgClassName
{
background-color: #CE0909;
}
</style>
border-color css
<style>
span { border-color: #CE0909; }
span { border-color: rgb(206,9,9); }
td.TdClassName
{
border-color: #CE0909;
}
.TagClassName
{
border-color: #CE0909;
}
</style>