Shades of Free Speech Red #D70D09
Tints of Free Speech Red #D70D09
RGB
CMYK
RGB Variations
Color information
#D70D09 (or 0xD70D09) is known color: Free Speech Red. HEX triplet: D7, 0D and 09. RGB value is (215,13,9). Sum of RGB (Red+Green+Blue) = 215+13+9=237 (31% of max value = 765). Red value is 215 (84.38% from 255 or 90.72% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70D09 is #28F2F6. Grayscale: #494949. Windows color (decimal): -2683639 or 593367. OLE color: 593367.
HSL color Cylindrical-coordinate representation of color #D70D09: hue angle of 1.17º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70D09 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 9 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.16 |
| HSL | 1.17º | 0.92% | 0.44% | - |
| HSV(B) | 1.17º | 0.96% | 0.84% | - |
| XYZ | 28.22 | 14.75 | 1.62 | - |
| YUV | 72.94 | 91.92 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 9 | 0 | 0.94 | 0.96 | 0.16 | 1.17 | 0.92 | 0.44 |
| Hex | D7 | D | 9 | 0 | 5E | 60 | 10 | 1 | 5C | 2C |
| Octal | 327 | 15 | 11 | 0 | 136 | 140 | 20 | 1 | 134 | 54 |
| Binary | 11010111 | 1101 | 1001 | 0 | 1011110 | 1100000 | 10000 | 1 | 1011100 | 101100 |
Color Harmonies of #D70D09
Complementary color
Monochromatic Colors of #D70D09
Black with #D70D09
Text Example
Text Example
White with #D70D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70D09; }
p { color: rgb(215,13,9); }
H1.HeaderClassName
{
color: #D70D09;
}
.AnyTagClassName
{
color: #D70D09;
}
</style>
background-color css
<style>
a { background-color: #D70D09; }
a { background-color: rgb(215,13,9); }
div.DivClassName
{
background-color: #D70D09;
}
.BgClassName
{
background-color: #D70D09;
}
</style>
border-color css
<style>
span { border-color: #D70D09; }
span { border-color: rgb(215,13,9); }
td.TdClassName
{
border-color: #D70D09;
}
.TagClassName
{
border-color: #D70D09;
}
</style>