Shades of Free Speech Red #D70100
Tints of Free Speech Red #D70100
RGB
CMYK
RGB Variations
Color information
#D70100 (or 0xD70100) is known color: Free Speech Red. HEX triplet: D7, 01 and 00. RGB value is (215,1,0). Sum of RGB (Red+Green+Blue) = 215+1+0=216 (28% of max value = 765). Red value is 215 (84.38% from 255 or 99.54% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 215 - color contains mainly: red. Hex color #D70100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70100 is #28FEFF. Grayscale: #414141. Windows color (decimal): -2686720 or 471. OLE color: 471.
HSL color Cylindrical-coordinate representation of color #D70100: hue angle of 0.28º 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 #D70100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.16 |
| HSL | 0.28º | 1% | 0.42% | - |
| HSV(B) | 0.28º | 1% | 0.84% | - |
| XYZ | 28.04 | 14.47 | 1.32 | - |
| YUV | 64.87 | 91.4 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 0 | 0 | 1.00 | 1 | 0.16 | 0.28 | 1 | 0.42 |
| Hex | D7 | 1 | 0 | 0 | 64 | 64 | 10 | 0 | 64 | 2A |
| Octal | 327 | 1 | 0 | 0 | 144 | 144 | 20 | 0 | 144 | 52 |
| Binary | 11010111 | 1 | 0 | 0 | 1100100 | 1100100 | 10000 | 0 | 1100100 | 101010 |
Color Harmonies of #D70100
Complementary color
Monochromatic Colors of #D70100
Black with #D70100
Text Example
Text Example
White with #D70100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70100; }
p { color: rgb(215,1,0); }
H1.HeaderClassName
{
color: #D70100;
}
.AnyTagClassName
{
color: #D70100;
}
</style>
background-color css
<style>
a { background-color: #D70100; }
a { background-color: rgb(215,1,0); }
div.DivClassName
{
background-color: #D70100;
}
.BgClassName
{
background-color: #D70100;
}
</style>
border-color css
<style>
span { border-color: #D70100; }
span { border-color: rgb(215,1,0); }
td.TdClassName
{
border-color: #D70100;
}
.TagClassName
{
border-color: #D70100;
}
</style>