Shades of Free Speech Red #CE0B08
Tints of Free Speech Red #CE0B08
RGB
CMYK
RGB Variations
Color information
#CE0B08 (or 0xCE0B08) is known color: Free Speech Red. HEX triplet: CE, 0B and 08. RGB value is (206,11,8). Sum of RGB (Red+Green+Blue) = 206+11+8=225 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.56% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0B08 is #31F4F7. Grayscale: #454545. Windows color (decimal): -3273976 or 527310. OLE color: 527310.
HSL color Cylindrical-coordinate representation of color #CE0B08: hue angle of 0.91º degrees, saturation: 0.93, 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 #CE0B08 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 8 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.19 |
| HSL | 0.91º | 0.93% | 0.42% | - |
| HSV(B) | 0.91º | 0.96% | 0.81% | - |
| XYZ | 25.62 | 13.38 | 1.46 | - |
| YUV | 68.96 | 93.6 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 8 | 0 | 0.95 | 0.96 | 0.19 | 0.91 | 0.93 | 0.42 |
| Hex | CE | B | 8 | 0 | 5F | 60 | 13 | 1 | 5D | 2A |
| Octal | 316 | 13 | 10 | 0 | 137 | 140 | 23 | 1 | 135 | 52 |
| Binary | 11001110 | 1011 | 1000 | 0 | 1011111 | 1100000 | 10011 | 1 | 1011101 | 101010 |
Color Harmonies of #CE0B08
Complementary color
Monochromatic Colors of #CE0B08
Black with #CE0B08
Text Example
Text Example
White with #CE0B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0B08; }
p { color: rgb(206,11,8); }
H1.HeaderClassName
{
color: #CE0B08;
}
.AnyTagClassName
{
color: #CE0B08;
}
</style>
background-color css
<style>
a { background-color: #CE0B08; }
a { background-color: rgb(206,11,8); }
div.DivClassName
{
background-color: #CE0B08;
}
.BgClassName
{
background-color: #CE0B08;
}
</style>
border-color css
<style>
span { border-color: #CE0B08; }
span { border-color: rgb(206,11,8); }
td.TdClassName
{
border-color: #CE0B08;
}
.TagClassName
{
border-color: #CE0B08;
}
</style>