Shades of Free Speech Red #D80707
Tints of Free Speech Red #D80707
RGB
CMYK
RGB Variations
Color information
#D80707 (or 0xD80707) is known color: Free Speech Red. HEX triplet: D8, 07 and 07. RGB value is (216,7,7). Sum of RGB (Red+Green+Blue) = 216+7+7=230 (30% of max value = 765). Red value is 216 (84.77% from 255 or 93.91% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 216 - color contains mainly: red. Hex color #D80707 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80707 is #27F8F8. Grayscale: #454545. Windows color (decimal): -2619641 or 460760. OLE color: 460760.
HSL color Cylindrical-coordinate representation of color #D80707: hue angle of 0º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80707 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 7 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.15 |
| HSL | 0º | 0.94% | 0.44% | - |
| HSV(B) | 0º | 0.97% | 0.85% | - |
| XYZ | 28.43 | 14.77 | 1.55 | - |
| YUV | 69.49 | 92.74 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 7 | 0 | 0.97 | 0.97 | 0.15 | 0 | 0.94 | 0.44 |
| Hex | D8 | 7 | 7 | 0 | 61 | 61 | F | 0 | 5E | 2C |
| Octal | 330 | 7 | 7 | 0 | 141 | 141 | 17 | 0 | 136 | 54 |
| Binary | 11011000 | 111 | 111 | 0 | 1100001 | 1100001 | 1111 | 0 | 1011110 | 101100 |
Color Harmonies of #D80707
Complementary color
Monochromatic Colors of #D80707
Black with #D80707
Text Example
Text Example
White with #D80707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80707; }
p { color: rgb(216,7,7); }
H1.HeaderClassName
{
color: #D80707;
}
.AnyTagClassName
{
color: #D80707;
}
</style>
background-color css
<style>
a { background-color: #D80707; }
a { background-color: rgb(216,7,7); }
div.DivClassName
{
background-color: #D80707;
}
.BgClassName
{
background-color: #D80707;
}
</style>
border-color css
<style>
span { border-color: #D80707; }
span { border-color: rgb(216,7,7); }
td.TdClassName
{
border-color: #D80707;
}
.TagClassName
{
border-color: #D80707;
}
</style>