Shades of Free Speech Red #D10E09
Tints of Free Speech Red #D10E09
RGB
CMYK
RGB Variations
Color information
#D10E09 (or 0xD10E09) is known color: Free Speech Red. HEX triplet: D1, 0E and 09. RGB value is (209,14,9). Sum of RGB (Red+Green+Blue) = 209+14+9=232 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.09% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10E09 is #2EF1F6. Grayscale: #474747. Windows color (decimal): -3076599 or 593617. OLE color: 593617.
HSL color Cylindrical-coordinate representation of color #D10E09: hue angle of 1.5º 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 #D10E09 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 14 | 9 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.18 |
| HSL | 1.5º | 0.92% | 0.43% | - |
| HSV(B) | 1.5º | 0.96% | 0.82% | - |
| XYZ | 26.5 | 13.89 | 1.54 | - |
| YUV | 71.74 | 92.6 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 9 | 0 | 0.93 | 0.96 | 0.18 | 1.5 | 0.92 | 0.43 |
| Hex | D1 | E | 9 | 0 | 5D | 60 | 12 | 2 | 5C | 2B |
| Octal | 321 | 16 | 11 | 0 | 135 | 140 | 22 | 2 | 134 | 53 |
| Binary | 11010001 | 1110 | 1001 | 0 | 1011101 | 1100000 | 10010 | 10 | 1011100 | 101011 |
Color Harmonies of #D10E09
Complementary color
Monochromatic Colors of #D10E09
Black with #D10E09
Text Example
Text Example
White with #D10E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10E09; }
p { color: rgb(209,14,9); }
H1.HeaderClassName
{
color: #D10E09;
}
.AnyTagClassName
{
color: #D10E09;
}
</style>
background-color css
<style>
a { background-color: #D10E09; }
a { background-color: rgb(209,14,9); }
div.DivClassName
{
background-color: #D10E09;
}
.BgClassName
{
background-color: #D10E09;
}
</style>
border-color css
<style>
span { border-color: #D10E09; }
span { border-color: rgb(209,14,9); }
td.TdClassName
{
border-color: #D10E09;
}
.TagClassName
{
border-color: #D10E09;
}
</style>