Shades of Free Speech Red #D80700
Tints of Free Speech Red #D80700
RGB
CMYK
RGB Variations
Color information
#D80700 (or 0xD80700) is known color: Free Speech Red. HEX triplet: D8, 07 and 00. RGB value is (216,7,0). Sum of RGB (Red+Green+Blue) = 216+7+0=223 (29% of max value = 765). Red value is 216 (84.77% from 255 or 96.86% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 216 - color contains mainly: red. Hex color #D80700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80700 is #27F8FF. Grayscale: #444444. Windows color (decimal): -2619648 or 2008. OLE color: 2008.
HSL color Cylindrical-coordinate representation of color #D80700: hue angle of 1.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80700 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.15 |
| HSL | 1.94º | 1% | 0.42% | - |
| HSV(B) | 1.94º | 1% | 0.85% | - |
| XYZ | 28.39 | 14.75 | 1.35 | - |
| YUV | 68.69 | 89.24 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 0 | 0 | 0.97 | 1 | 0.15 | 1.94 | 1 | 0.42 |
| Hex | D8 | 7 | 0 | 0 | 61 | 64 | F | 2 | 64 | 2A |
| Octal | 330 | 7 | 0 | 0 | 141 | 144 | 17 | 2 | 144 | 52 |
| Binary | 11011000 | 111 | 0 | 0 | 1100001 | 1100100 | 1111 | 10 | 1100100 | 101010 |
Color Harmonies of #D80700
Complementary color
Monochromatic Colors of #D80700
Black with #D80700
Text Example
Text Example
White with #D80700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80700; }
p { color: rgb(216,7,0); }
H1.HeaderClassName
{
color: #D80700;
}
.AnyTagClassName
{
color: #D80700;
}
</style>
background-color css
<style>
a { background-color: #D80700; }
a { background-color: rgb(216,7,0); }
div.DivClassName
{
background-color: #D80700;
}
.BgClassName
{
background-color: #D80700;
}
</style>
border-color css
<style>
span { border-color: #D80700; }
span { border-color: rgb(216,7,0); }
td.TdClassName
{
border-color: #D80700;
}
.TagClassName
{
border-color: #D80700;
}
</style>