Shades of Free Speech Red #D10000
Tints of Free Speech Red #D10000
RGB
CMYK
RGB Variations
Color information
#D10000 (or 0xD10000) is known color: Free Speech Red. HEX triplet: D1, 00 and 00. RGB value is (209,0,0). Sum of RGB (Red+Green+Blue) = 209+0+0=209 (27% of max value = 765). Red value is 209 (82.03% from 255 or 100% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 209 - color contains mainly: red. Hex color #D10000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10000 is #2EFFFF. Grayscale: #3E3E3E. Windows color (decimal): -3080192 or 209. OLE color: 209.
HSL color Cylindrical-coordinate representation of color #D10000: hue angle of 0º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.18 |
| HSL | 0º | 1% | 0.41% | - |
| HSV(B) | 0º | 1% | 0.82% | - |
| XYZ | 26.29 | 13.56 | 1.23 | - |
| YUV | 62.49 | 92.74 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 0 | 0 | 1 | 1 | 0.18 | 0 | 1 | 0.41 |
| Hex | D1 | 0 | 0 | 0 | 64 | 64 | 12 | 0 | 64 | 29 |
| Octal | 321 | 0 | 0 | 0 | 144 | 144 | 22 | 0 | 144 | 51 |
| Binary | 11010001 | 0 | 0 | 0 | 1100100 | 1100100 | 10010 | 0 | 1100100 | 101001 |
Color Harmonies of #D10000
Complementary color
Monochromatic Colors of #D10000
Black with #D10000
Text Example
Text Example
White with #D10000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10000; }
p { color: rgb(209,0,0); }
H1.HeaderClassName
{
color: #D10000;
}
.AnyTagClassName
{
color: #D10000;
}
</style>
background-color css
<style>
a { background-color: #D10000; }
a { background-color: rgb(209,0,0); }
div.DivClassName
{
background-color: #D10000;
}
.BgClassName
{
background-color: #D10000;
}
</style>
border-color css
<style>
span { border-color: #D10000; }
span { border-color: rgb(209,0,0); }
td.TdClassName
{
border-color: #D10000;
}
.TagClassName
{
border-color: #D10000;
}
</style>