Shades of Free Speech Red #D21701
Tints of Free Speech Red #D21701
RGB
CMYK
RGB Variations
Color information
#D21701 (or 0xD21701) is known color: Free Speech Red. HEX triplet: D2, 17 and 01. RGB value is (210,23,1). Sum of RGB (Red+Green+Blue) = 210+23+1=234 (30% of max value = 765). Red value is 210 (82.42% from 255 or 89.74% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 210 - color contains mainly: red. Hex color #D21701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21701 is #2DE8FE. Grayscale: #4C4C4C. Windows color (decimal): -3008767 or 71634. OLE color: 71634.
HSL color Cylindrical-coordinate representation of color #D21701: hue angle of 6.32º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D21701 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 1 | - |
| CMYK | 0 | 0.89 | 1.00 | 0.18 |
| HSL | 6.32º | 0.99% | 0.41% | - |
| HSV(B) | 6.32º | 1% | 0.82% | - |
| XYZ | 26.89 | 14.32 | 1.37 | - |
| YUV | 76.41 | 85.45 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 1 | 0 | 0.89 | 1.00 | 0.18 | 6.32 | 0.99 | 0.41 |
| Hex | D2 | 17 | 1 | 0 | 59 | 64 | 12 | 6 | 63 | 29 |
| Octal | 322 | 27 | 1 | 0 | 131 | 144 | 22 | 6 | 143 | 51 |
| Binary | 11010010 | 10111 | 1 | 0 | 1011001 | 1100100 | 10010 | 110 | 1100011 | 101001 |
Color Harmonies of #D21701
Complementary color
Monochromatic Colors of #D21701
Black with #D21701
Text Example
Text Example
White with #D21701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21701; }
p { color: rgb(210,23,1); }
H1.HeaderClassName
{
color: #D21701;
}
.AnyTagClassName
{
color: #D21701;
}
</style>
background-color css
<style>
a { background-color: #D21701; }
a { background-color: rgb(210,23,1); }
div.DivClassName
{
background-color: #D21701;
}
.BgClassName
{
background-color: #D21701;
}
</style>
border-color css
<style>
span { border-color: #D21701; }
span { border-color: rgb(210,23,1); }
td.TdClassName
{
border-color: #D21701;
}
.TagClassName
{
border-color: #D21701;
}
</style>