Shades of Free Speech Red #D70700
Tints of Free Speech Red #D70700
RGB
CMYK
RGB Variations
Color information
#D70700 (or 0xD70700) is known color: Free Speech Red. HEX triplet: D7, 07 and 00. RGB value is (215,7,0). Sum of RGB (Red+Green+Blue) = 215+7+0=222 (29% of max value = 765). Red value is 215 (84.38% from 255 or 96.85% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 215 - color contains mainly: red. Hex color #D70700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70700 is #28F8FF. Grayscale: #444444. Windows color (decimal): -2685184 or 2007. OLE color: 2007.
HSL color Cylindrical-coordinate representation of color #D70700: hue angle of 1.95º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70700 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.16 |
| HSL | 1.95º | 1% | 0.42% | - |
| HSV(B) | 1.95º | 1% | 0.84% | - |
| XYZ | 28.1 | 14.6 | 1.34 | - |
| YUV | 68.39 | 89.41 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 0 | 0 | 0.97 | 1 | 0.16 | 1.95 | 1 | 0.42 |
| Hex | D7 | 7 | 0 | 0 | 61 | 64 | 10 | 2 | 64 | 2A |
| Octal | 327 | 7 | 0 | 0 | 141 | 144 | 20 | 2 | 144 | 52 |
| Binary | 11010111 | 111 | 0 | 0 | 1100001 | 1100100 | 10000 | 10 | 1100100 | 101010 |
Color Harmonies of #D70700
Complementary color
Monochromatic Colors of #D70700
Black with #D70700
Text Example
Text Example
White with #D70700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70700; }
p { color: rgb(215,7,0); }
H1.HeaderClassName
{
color: #D70700;
}
.AnyTagClassName
{
color: #D70700;
}
</style>
background-color css
<style>
a { background-color: #D70700; }
a { background-color: rgb(215,7,0); }
div.DivClassName
{
background-color: #D70700;
}
.BgClassName
{
background-color: #D70700;
}
</style>
border-color css
<style>
span { border-color: #D70700; }
span { border-color: rgb(215,7,0); }
td.TdClassName
{
border-color: #D70700;
}
.TagClassName
{
border-color: #D70700;
}
</style>