Shades of Free Speech Red #CE0B06
Tints of Free Speech Red #CE0B06
RGB
CMYK
RGB Variations
Color information
#CE0B06 (or 0xCE0B06) is known color: Free Speech Red. HEX triplet: CE, 0B and 06. RGB value is (206,11,6). Sum of RGB (Red+Green+Blue) = 206+11+6=223 (29% of max value = 765). Red value is 206 (80.86% from 255 or 92.38% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0B06 is #31F4F9. Grayscale: #444444. Windows color (decimal): -3273978 or 396238. OLE color: 396238.
HSL color Cylindrical-coordinate representation of color #CE0B06: hue angle of 1.5º 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 #CE0B06 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 6 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.19 |
| HSL | 1.5º | 0.94% | 0.42% | - |
| HSV(B) | 1.5º | 0.97% | 0.81% | - |
| XYZ | 25.61 | 13.37 | 1.4 | - |
| YUV | 68.74 | 92.6 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 6 | 0 | 0.95 | 0.97 | 0.19 | 1.5 | 0.94 | 0.42 |
| Hex | CE | B | 6 | 0 | 5F | 61 | 13 | 2 | 5E | 2A |
| Octal | 316 | 13 | 6 | 0 | 137 | 141 | 23 | 2 | 136 | 52 |
| Binary | 11001110 | 1011 | 110 | 0 | 1011111 | 1100001 | 10011 | 10 | 1011110 | 101010 |
Color Harmonies of #CE0B06
Complementary color
Monochromatic Colors of #CE0B06
Black with #CE0B06
Text Example
Text Example
White with #CE0B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0B06; }
p { color: rgb(206,11,6); }
H1.HeaderClassName
{
color: #CE0B06;
}
.AnyTagClassName
{
color: #CE0B06;
}
</style>
background-color css
<style>
a { background-color: #CE0B06; }
a { background-color: rgb(206,11,6); }
div.DivClassName
{
background-color: #CE0B06;
}
.BgClassName
{
background-color: #CE0B06;
}
</style>
border-color css
<style>
span { border-color: #CE0B06; }
span { border-color: rgb(206,11,6); }
td.TdClassName
{
border-color: #CE0B06;
}
.TagClassName
{
border-color: #CE0B06;
}
</style>