Shades of Free Speech Red #CE0505
Tints of Free Speech Red #CE0505
RGB
CMYK
RGB Variations
Color information
#CE0505 (or 0xCE0505) is known color: Free Speech Red. HEX triplet: CE, 05 and 05. RGB value is (206,5,5). Sum of RGB (Red+Green+Blue) = 206+5+5=216 (28% of max value = 765). Red value is 206 (80.86% from 255 or 95.37% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0505 is #31FAFA. Grayscale: #414141. Windows color (decimal): -3275515 or 329166. OLE color: 329166.
HSL color Cylindrical-coordinate representation of color #CE0505: hue angle of 0º 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 #CE0505 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 5 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.19 |
| HSL | 0º | 0.95% | 0.41% | - |
| HSV(B) | 0º | 0.98% | 0.81% | - |
| XYZ | 25.54 | 13.24 | 1.35 | - |
| YUV | 65.1 | 94.09 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 5 | 0 | 0.98 | 0.98 | 0.19 | 0 | 0.95 | 0.41 |
| Hex | CE | 5 | 5 | 0 | 62 | 62 | 13 | 0 | 5F | 29 |
| Octal | 316 | 5 | 5 | 0 | 142 | 142 | 23 | 0 | 137 | 51 |
| Binary | 11001110 | 101 | 101 | 0 | 1100010 | 1100010 | 10011 | 0 | 1011111 | 101001 |
Color Harmonies of #CE0505
Complementary color
Monochromatic Colors of #CE0505
Black with #CE0505
Text Example
Text Example
White with #CE0505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0505; }
p { color: rgb(206,5,5); }
H1.HeaderClassName
{
color: #CE0505;
}
.AnyTagClassName
{
color: #CE0505;
}
</style>
background-color css
<style>
a { background-color: #CE0505; }
a { background-color: rgb(206,5,5); }
div.DivClassName
{
background-color: #CE0505;
}
.BgClassName
{
background-color: #CE0505;
}
</style>
border-color css
<style>
span { border-color: #CE0505; }
span { border-color: rgb(206,5,5); }
td.TdClassName
{
border-color: #CE0505;
}
.TagClassName
{
border-color: #CE0505;
}
</style>