Shades of Free Speech Red #CE0B09
Tints of Free Speech Red #CE0B09
RGB
CMYK
RGB Variations
Color information
#CE0B09 (or 0xCE0B09) is known color: Free Speech Red. HEX triplet: CE, 0B and 09. RGB value is (206,11,9). Sum of RGB (Red+Green+Blue) = 206+11+9=226 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.15% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0B09 is #31F4F6. Grayscale: #454545. Windows color (decimal): -3273975 or 592846. OLE color: 592846.
HSL color Cylindrical-coordinate representation of color #CE0B09: hue angle of 0.61º 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 #CE0B09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 9 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.19 |
| HSL | 0.61º | 0.92% | 0.42% | - |
| HSV(B) | 0.61º | 0.96% | 0.81% | - |
| XYZ | 25.62 | 13.38 | 1.49 | - |
| YUV | 69.08 | 94.1 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 9 | 0 | 0.95 | 0.96 | 0.19 | 0.61 | 0.92 | 0.42 |
| Hex | CE | B | 9 | 0 | 5F | 60 | 13 | 1 | 5C | 2A |
| Octal | 316 | 13 | 11 | 0 | 137 | 140 | 23 | 1 | 134 | 52 |
| Binary | 11001110 | 1011 | 1001 | 0 | 1011111 | 1100000 | 10011 | 1 | 1011100 | 101010 |
Color Harmonies of #CE0B09
Complementary color
Monochromatic Colors of #CE0B09
Black with #CE0B09
Text Example
Text Example
White with #CE0B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0B09; }
p { color: rgb(206,11,9); }
H1.HeaderClassName
{
color: #CE0B09;
}
.AnyTagClassName
{
color: #CE0B09;
}
</style>
background-color css
<style>
a { background-color: #CE0B09; }
a { background-color: rgb(206,11,9); }
div.DivClassName
{
background-color: #CE0B09;
}
.BgClassName
{
background-color: #CE0B09;
}
</style>
border-color css
<style>
span { border-color: #CE0B09; }
span { border-color: rgb(206,11,9); }
td.TdClassName
{
border-color: #CE0B09;
}
.TagClassName
{
border-color: #CE0B09;
}
</style>