Shades of Free Speech Red #D21708
Tints of Free Speech Red #D21708
RGB
CMYK
RGB Variations
Color information
#D21708 (or 0xD21708) is known color: Free Speech Red. HEX triplet: D2, 17 and 08. RGB value is (210,23,8). Sum of RGB (Red+Green+Blue) = 210+23+8=241 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.14% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 210 - color contains mainly: red. Hex color #D21708 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21708 is #2DE8F7. Grayscale: #4D4D4D. Windows color (decimal): -3008760 or 530386. OLE color: 530386.
HSL color Cylindrical-coordinate representation of color #D21708: hue angle of 4.46º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D21708 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 8 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.18 |
| HSL | 4.46º | 0.93% | 0.43% | - |
| HSV(B) | 4.46º | 0.96% | 0.82% | - |
| XYZ | 26.93 | 14.33 | 1.58 | - |
| YUV | 77.2 | 88.95 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 8 | 0 | 0.89 | 0.96 | 0.18 | 4.46 | 0.93 | 0.43 |
| Hex | D2 | 17 | 8 | 0 | 59 | 60 | 12 | 4 | 5D | 2B |
| Octal | 322 | 27 | 10 | 0 | 131 | 140 | 22 | 4 | 135 | 53 |
| Binary | 11010010 | 10111 | 1000 | 0 | 1011001 | 1100000 | 10010 | 100 | 1011101 | 101011 |
Color Harmonies of #D21708
Complementary color
Monochromatic Colors of #D21708
Black with #D21708
Text Example
Text Example
White with #D21708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21708; }
p { color: rgb(210,23,8); }
H1.HeaderClassName
{
color: #D21708;
}
.AnyTagClassName
{
color: #D21708;
}
</style>
background-color css
<style>
a { background-color: #D21708; }
a { background-color: rgb(210,23,8); }
div.DivClassName
{
background-color: #D21708;
}
.BgClassName
{
background-color: #D21708;
}
</style>
border-color css
<style>
span { border-color: #D21708; }
span { border-color: rgb(210,23,8); }
td.TdClassName
{
border-color: #D21708;
}
.TagClassName
{
border-color: #D21708;
}
</style>