Shades of Free Speech Red #D70F09
Tints of Free Speech Red #D70F09
RGB
CMYK
RGB Variations
Color information
#D70F09 (or 0xD70F09) is known color: Free Speech Red. HEX triplet: D7, 0F and 09. RGB value is (215,15,9). Sum of RGB (Red+Green+Blue) = 215+15+9=239 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.96% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70F09 is #28F0F6. Grayscale: #4A4A4A. Windows color (decimal): -2683127 or 593879. OLE color: 593879.
HSL color Cylindrical-coordinate representation of color #D70F09: hue angle of 1.75º 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 #D70F09 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 9 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.16 |
| HSL | 1.75º | 0.92% | 0.44% | - |
| HSV(B) | 1.75º | 0.96% | 0.84% | - |
| XYZ | 28.24 | 14.81 | 1.63 | - |
| YUV | 74.12 | 91.26 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 9 | 0 | 0.93 | 0.96 | 0.16 | 1.75 | 0.92 | 0.44 |
| Hex | D7 | F | 9 | 0 | 5D | 60 | 10 | 2 | 5C | 2C |
| Octal | 327 | 17 | 11 | 0 | 135 | 140 | 20 | 2 | 134 | 54 |
| Binary | 11010111 | 1111 | 1001 | 0 | 1011101 | 1100000 | 10000 | 10 | 1011100 | 101100 |
Color Harmonies of #D70F09
Complementary color
Monochromatic Colors of #D70F09
Black with #D70F09
Text Example
Text Example
White with #D70F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70F09; }
p { color: rgb(215,15,9); }
H1.HeaderClassName
{
color: #D70F09;
}
.AnyTagClassName
{
color: #D70F09;
}
</style>
background-color css
<style>
a { background-color: #D70F09; }
a { background-color: rgb(215,15,9); }
div.DivClassName
{
background-color: #D70F09;
}
.BgClassName
{
background-color: #D70F09;
}
</style>
border-color css
<style>
span { border-color: #D70F09; }
span { border-color: rgb(215,15,9); }
td.TdClassName
{
border-color: #D70F09;
}
.TagClassName
{
border-color: #D70F09;
}
</style>