Shades of Free Speech Red #CE0807
Tints of Free Speech Red #CE0807
RGB
CMYK
RGB Variations
Color information
#CE0807 (or 0xCE0807) is known color: Free Speech Red. HEX triplet: CE, 08 and 07. RGB value is (206,8,7). Sum of RGB (Red+Green+Blue) = 206+8+7=221 (29% of max value = 765). Red value is 206 (80.86% from 255 or 93.21% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0807 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0807 is #31F7F8. Grayscale: #434343. Windows color (decimal): -3274745 or 461006. OLE color: 461006.
HSL color Cylindrical-coordinate representation of color #CE0807: hue angle of 0.3º degrees, saturation: 0.93, 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 #CE0807 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 7 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.19 |
| HSL | 0.3º | 0.93% | 0.42% | - |
| HSV(B) | 0.3º | 0.97% | 0.81% | - |
| XYZ | 25.58 | 13.31 | 1.42 | - |
| YUV | 67.09 | 94.1 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 7 | 0 | 0.96 | 0.97 | 0.19 | 0.3 | 0.93 | 0.42 |
| Hex | CE | 8 | 7 | 0 | 60 | 61 | 13 | 0 | 5D | 2A |
| Octal | 316 | 10 | 7 | 0 | 140 | 141 | 23 | 0 | 135 | 52 |
| Binary | 11001110 | 1000 | 111 | 0 | 1100000 | 1100001 | 10011 | 0 | 1011101 | 101010 |
Color Harmonies of #CE0807
Complementary color
Monochromatic Colors of #CE0807
Black with #CE0807
Text Example
Text Example
White with #CE0807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0807; }
p { color: rgb(206,8,7); }
H1.HeaderClassName
{
color: #CE0807;
}
.AnyTagClassName
{
color: #CE0807;
}
</style>
background-color css
<style>
a { background-color: #CE0807; }
a { background-color: rgb(206,8,7); }
div.DivClassName
{
background-color: #CE0807;
}
.BgClassName
{
background-color: #CE0807;
}
</style>
border-color css
<style>
span { border-color: #CE0807; }
span { border-color: rgb(206,8,7); }
td.TdClassName
{
border-color: #CE0807;
}
.TagClassName
{
border-color: #CE0807;
}
</style>