Shades of Free Speech Red #CE0B00
Tints of Free Speech Red #CE0B00
RGB
CMYK
RGB Variations
Color information
#CE0B00 (or 0xCE0B00) is known color: Free Speech Red. HEX triplet: CE, 0B and 00. RGB value is (206,11,0). Sum of RGB (Red+Green+Blue) = 206+11+0=217 (28% of max value = 765). Red value is 206 (80.86% from 255 or 94.93% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0B00 is #31F4FF. Grayscale: #444444. Windows color (decimal): -3273984 or 3022. OLE color: 3022.
HSL color Cylindrical-coordinate representation of color #CE0B00: hue angle of 3.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0B00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.19 |
| HSL | 3.2º | 1% | 0.4% | - |
| HSV(B) | 3.2º | 1% | 0.81% | - |
| XYZ | 25.57 | 13.36 | 1.23 | - |
| YUV | 68.05 | 89.6 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 0 | 0 | 0.95 | 1 | 0.19 | 3.2 | 1 | 0.4 |
| Hex | CE | B | 0 | 0 | 5F | 64 | 13 | 3 | 64 | 28 |
| Octal | 316 | 13 | 0 | 0 | 137 | 144 | 23 | 3 | 144 | 50 |
| Binary | 11001110 | 1011 | 0 | 0 | 1011111 | 1100100 | 10011 | 11 | 1100100 | 101000 |
Color Harmonies of #CE0B00
Complementary color
Monochromatic Colors of #CE0B00
Black with #CE0B00
Text Example
Text Example
White with #CE0B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0B00; }
p { color: rgb(206,11,0); }
H1.HeaderClassName
{
color: #CE0B00;
}
.AnyTagClassName
{
color: #CE0B00;
}
</style>
background-color css
<style>
a { background-color: #CE0B00; }
a { background-color: rgb(206,11,0); }
div.DivClassName
{
background-color: #CE0B00;
}
.BgClassName
{
background-color: #CE0B00;
}
</style>
border-color css
<style>
span { border-color: #CE0B00; }
span { border-color: rgb(206,11,0); }
td.TdClassName
{
border-color: #CE0B00;
}
.TagClassName
{
border-color: #CE0B00;
}
</style>