Shades of Free Speech Red #D20100
Tints of Free Speech Red #D20100
RGB
CMYK
RGB Variations
Color information
#D20100 (or 0xD20100) is known color: Free Speech Red. HEX triplet: D2, 01 and 00. RGB value is (210,1,0). Sum of RGB (Red+Green+Blue) = 210+1+0=211 (27% of max value = 765). Red value is 210 (82.42% from 255 or 99.53% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 210 - color contains mainly: red. Hex color #D20100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20100 is #2DFEFF. Grayscale: #3F3F3F. Windows color (decimal): -3014400 or 466. OLE color: 466.
HSL color Cylindrical-coordinate representation of color #D20100: hue angle of 0.29º 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 #D20100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.18 |
| HSL | 0.29º | 1% | 0.41% | - |
| HSV(B) | 0.29º | 1% | 0.82% | - |
| XYZ | 26.59 | 13.72 | 1.25 | - |
| YUV | 63.38 | 92.24 | 232.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 0 | 0 | 1.00 | 1 | 0.18 | 0.29 | 1 | 0.41 |
| Hex | D2 | 1 | 0 | 0 | 64 | 64 | 12 | 0 | 64 | 29 |
| Octal | 322 | 1 | 0 | 0 | 144 | 144 | 22 | 0 | 144 | 51 |
| Binary | 11010010 | 1 | 0 | 0 | 1100100 | 1100100 | 10010 | 0 | 1100100 | 101001 |
Color Harmonies of #D20100
Complementary color
Monochromatic Colors of #D20100
Black with #D20100
Text Example
Text Example
White with #D20100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20100; }
p { color: rgb(210,1,0); }
H1.HeaderClassName
{
color: #D20100;
}
.AnyTagClassName
{
color: #D20100;
}
</style>
background-color css
<style>
a { background-color: #D20100; }
a { background-color: rgb(210,1,0); }
div.DivClassName
{
background-color: #D20100;
}
.BgClassName
{
background-color: #D20100;
}
</style>
border-color css
<style>
span { border-color: #D20100; }
span { border-color: rgb(210,1,0); }
td.TdClassName
{
border-color: #D20100;
}
.TagClassName
{
border-color: #D20100;
}
</style>