Shades of Free Speech Red #CE0906
Tints of Free Speech Red #CE0906
RGB
CMYK
RGB Variations
Color information
#CE0906 (or 0xCE0906) is known color: Free Speech Red. HEX triplet: CE, 09 and 06. RGB value is (206,9,6). Sum of RGB (Red+Green+Blue) = 206+9+6=221 (29% of max value = 765). Red value is 206 (80.86% from 255 or 93.21% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0906 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0906 is #31F6F9. Grayscale: #434343. Windows color (decimal): -3274490 or 395726. OLE color: 395726.
HSL color Cylindrical-coordinate representation of color #CE0906: hue angle of 0.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0906 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 6 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.19 |
| HSL | 0.9º | 0.94% | 0.42% | - |
| HSV(B) | 0.9º | 0.97% | 0.81% | - |
| XYZ | 25.58 | 13.33 | 1.4 | - |
| YUV | 67.56 | 93.27 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 6 | 0 | 0.96 | 0.97 | 0.19 | 0.9 | 0.94 | 0.42 |
| Hex | CE | 9 | 6 | 0 | 60 | 61 | 13 | 1 | 5E | 2A |
| Octal | 316 | 11 | 6 | 0 | 140 | 141 | 23 | 1 | 136 | 52 |
| Binary | 11001110 | 1001 | 110 | 0 | 1100000 | 1100001 | 10011 | 1 | 1011110 | 101010 |
Color Harmonies of #CE0906
Complementary color
Monochromatic Colors of #CE0906
Black with #CE0906
Text Example
Text Example
White with #CE0906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0906; }
p { color: rgb(206,9,6); }
H1.HeaderClassName
{
color: #CE0906;
}
.AnyTagClassName
{
color: #CE0906;
}
</style>
background-color css
<style>
a { background-color: #CE0906; }
a { background-color: rgb(206,9,6); }
div.DivClassName
{
background-color: #CE0906;
}
.BgClassName
{
background-color: #CE0906;
}
</style>
border-color css
<style>
span { border-color: #CE0906; }
span { border-color: rgb(206,9,6); }
td.TdClassName
{
border-color: #CE0906;
}
.TagClassName
{
border-color: #CE0906;
}
</style>