Shades of Free Speech Red #D10F09
Tints of Free Speech Red #D10F09
RGB
CMYK
RGB Variations
Color information
#D10F09 (or 0xD10F09) is known color: Free Speech Red. HEX triplet: D1, 0F and 09. RGB value is (209,15,9). Sum of RGB (Red+Green+Blue) = 209+15+9=233 (30% of max value = 765). Red value is 209 (82.03% from 255 or 89.70% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10F09 is #2EF0F6. Grayscale: #484848. Windows color (decimal): -3076343 or 593873. OLE color: 593873.
HSL color Cylindrical-coordinate representation of color #D10F09: hue angle of 1.8º degrees, saturation: 0.92, 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 #D10F09 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 9 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.18 |
| HSL | 1.8º | 0.92% | 0.43% | - |
| HSV(B) | 1.8º | 0.96% | 0.82% | - |
| XYZ | 26.51 | 13.92 | 1.55 | - |
| YUV | 72.32 | 92.27 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 9 | 0 | 0.93 | 0.96 | 0.18 | 1.8 | 0.92 | 0.43 |
| Hex | D1 | F | 9 | 0 | 5D | 60 | 12 | 2 | 5C | 2B |
| Octal | 321 | 17 | 11 | 0 | 135 | 140 | 22 | 2 | 134 | 53 |
| Binary | 11010001 | 1111 | 1001 | 0 | 1011101 | 1100000 | 10010 | 10 | 1011100 | 101011 |
Color Harmonies of #D10F09
Complementary color
Monochromatic Colors of #D10F09
Black with #D10F09
Text Example
Text Example
White with #D10F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10F09; }
p { color: rgb(209,15,9); }
H1.HeaderClassName
{
color: #D10F09;
}
.AnyTagClassName
{
color: #D10F09;
}
</style>
background-color css
<style>
a { background-color: #D10F09; }
a { background-color: rgb(209,15,9); }
div.DivClassName
{
background-color: #D10F09;
}
.BgClassName
{
background-color: #D10F09;
}
</style>
border-color css
<style>
span { border-color: #D10F09; }
span { border-color: rgb(209,15,9); }
td.TdClassName
{
border-color: #D10F09;
}
.TagClassName
{
border-color: #D10F09;
}
</style>