Shades of Free Speech Red #CE0805
Tints of Free Speech Red #CE0805
RGB
CMYK
RGB Variations
Color information
#CE0805 (or 0xCE0805) is known color: Free Speech Red. HEX triplet: CE, 08 and 05. RGB value is (206,8,5). Sum of RGB (Red+Green+Blue) = 206+8+5=219 (29% of max value = 765). Red value is 206 (80.86% from 255 or 94.06% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0805 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0805 is #31F7FA. Grayscale: #434343. Windows color (decimal): -3274747 or 329934. OLE color: 329934.
HSL color Cylindrical-coordinate representation of color #CE0805: hue angle of 0.9º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0805 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.19 |
| HSL | 0.9º | 0.95% | 0.41% | - |
| HSV(B) | 0.9º | 0.98% | 0.81% | - |
| XYZ | 25.57 | 13.31 | 1.36 | - |
| YUV | 66.86 | 93.1 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 5 | 0 | 0.96 | 0.98 | 0.19 | 0.9 | 0.95 | 0.41 |
| Hex | CE | 8 | 5 | 0 | 60 | 62 | 13 | 1 | 5F | 29 |
| Octal | 316 | 10 | 5 | 0 | 140 | 142 | 23 | 1 | 137 | 51 |
| Binary | 11001110 | 1000 | 101 | 0 | 1100000 | 1100010 | 10011 | 1 | 1011111 | 101001 |
Color Harmonies of #CE0805
Complementary color
Monochromatic Colors of #CE0805
Black with #CE0805
Text Example
Text Example
White with #CE0805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0805; }
p { color: rgb(206,8,5); }
H1.HeaderClassName
{
color: #CE0805;
}
.AnyTagClassName
{
color: #CE0805;
}
</style>
background-color css
<style>
a { background-color: #CE0805; }
a { background-color: rgb(206,8,5); }
div.DivClassName
{
background-color: #CE0805;
}
.BgClassName
{
background-color: #CE0805;
}
</style>
border-color css
<style>
span { border-color: #CE0805; }
span { border-color: rgb(206,8,5); }
td.TdClassName
{
border-color: #CE0805;
}
.TagClassName
{
border-color: #CE0805;
}
</style>