Shades of Free Speech Red #D20705
Tints of Free Speech Red #D20705
RGB
CMYK
RGB Variations
Color information
#D20705 (or 0xD20705) is known color: Free Speech Red. HEX triplet: D2, 07 and 05. RGB value is (210,7,5). Sum of RGB (Red+Green+Blue) = 210+7+5=222 (29% of max value = 765). Red value is 210 (82.42% from 255 or 94.59% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 210 - color contains mainly: red. Hex color #D20705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20705 is #2DF8FA. Grayscale: #434343. Windows color (decimal): -3012859 or 329682. OLE color: 329682.
HSL color Cylindrical-coordinate representation of color #D20705: hue angle of 0.59º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20705 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 5 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.18 |
| HSL | 0.59º | 0.95% | 0.42% | - |
| HSV(B) | 0.59º | 0.98% | 0.82% | - |
| XYZ | 26.68 | 13.86 | 1.41 | - |
| YUV | 67.47 | 92.75 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 5 | 0 | 0.97 | 0.98 | 0.18 | 0.59 | 0.95 | 0.42 |
| Hex | D2 | 7 | 5 | 0 | 61 | 62 | 12 | 1 | 5F | 2A |
| Octal | 322 | 7 | 5 | 0 | 141 | 142 | 22 | 1 | 137 | 52 |
| Binary | 11010010 | 111 | 101 | 0 | 1100001 | 1100010 | 10010 | 1 | 1011111 | 101010 |
Color Harmonies of #D20705
Complementary color
Monochromatic Colors of #D20705
Black with #D20705
Text Example
Text Example
White with #D20705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20705; }
p { color: rgb(210,7,5); }
H1.HeaderClassName
{
color: #D20705;
}
.AnyTagClassName
{
color: #D20705;
}
</style>
background-color css
<style>
a { background-color: #D20705; }
a { background-color: rgb(210,7,5); }
div.DivClassName
{
background-color: #D20705;
}
.BgClassName
{
background-color: #D20705;
}
</style>
border-color css
<style>
span { border-color: #D20705; }
span { border-color: rgb(210,7,5); }
td.TdClassName
{
border-color: #D20705;
}
.TagClassName
{
border-color: #D20705;
}
</style>