Shades of Free Speech Red #CE0D08
Tints of Free Speech Red #CE0D08
RGB
CMYK
RGB Variations
Color information
#CE0D08 (or 0xCE0D08) is known color: Free Speech Red. HEX triplet: CE, 0D and 08. RGB value is (206,13,8). Sum of RGB (Red+Green+Blue) = 206+13+8=227 (30% of max value = 765). Red value is 206 (80.86% from 255 or 90.75% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0D08 is #31F2F7. Grayscale: #464646. Windows color (decimal): -3273464 or 527822. OLE color: 527822.
HSL color Cylindrical-coordinate representation of color #CE0D08: hue angle of 1.52º 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 #CE0D08 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 8 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.19 |
| HSL | 1.52º | 0.93% | 0.42% | - |
| HSV(B) | 1.52º | 0.96% | 0.81% | - |
| XYZ | 25.64 | 13.43 | 1.47 | - |
| YUV | 70.14 | 92.94 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 8 | 0 | 0.94 | 0.96 | 0.19 | 1.52 | 0.93 | 0.42 |
| Hex | CE | D | 8 | 0 | 5E | 60 | 13 | 2 | 5D | 2A |
| Octal | 316 | 15 | 10 | 0 | 136 | 140 | 23 | 2 | 135 | 52 |
| Binary | 11001110 | 1101 | 1000 | 0 | 1011110 | 1100000 | 10011 | 10 | 1011101 | 101010 |
Color Harmonies of #CE0D08
Complementary color
Monochromatic Colors of #CE0D08
Black with #CE0D08
Text Example
Text Example
White with #CE0D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0D08; }
p { color: rgb(206,13,8); }
H1.HeaderClassName
{
color: #CE0D08;
}
.AnyTagClassName
{
color: #CE0D08;
}
</style>
background-color css
<style>
a { background-color: #CE0D08; }
a { background-color: rgb(206,13,8); }
div.DivClassName
{
background-color: #CE0D08;
}
.BgClassName
{
background-color: #CE0D08;
}
</style>
border-color css
<style>
span { border-color: #CE0D08; }
span { border-color: rgb(206,13,8); }
td.TdClassName
{
border-color: #CE0D08;
}
.TagClassName
{
border-color: #CE0D08;
}
</style>