Shades of Free Speech Red #D10F08
Tints of Free Speech Red #D10F08
RGB
CMYK
RGB Variations
Color information
#D10F08 (or 0xD10F08) is known color: Free Speech Red. HEX triplet: D1, 0F and 08. RGB value is (209,15,8). Sum of RGB (Red+Green+Blue) = 209+15+8=232 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.09% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10F08 is #2EF0F7. Grayscale: #484848. Windows color (decimal): -3076344 or 528337. OLE color: 528337.
HSL color Cylindrical-coordinate representation of color #D10F08: hue angle of 2.09º degrees, saturation: 0.93, 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 #D10F08 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.18 |
| HSL | 2.09º | 0.93% | 0.43% | - |
| HSV(B) | 2.09º | 0.96% | 0.82% | - |
| XYZ | 26.51 | 13.91 | 1.52 | - |
| YUV | 72.21 | 91.77 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 8 | 0 | 0.93 | 0.96 | 0.18 | 2.09 | 0.93 | 0.43 |
| Hex | D1 | F | 8 | 0 | 5D | 60 | 12 | 2 | 5D | 2B |
| Octal | 321 | 17 | 10 | 0 | 135 | 140 | 22 | 2 | 135 | 53 |
| Binary | 11010001 | 1111 | 1000 | 0 | 1011101 | 1100000 | 10010 | 10 | 1011101 | 101011 |
Color Harmonies of #D10F08
Complementary color
Monochromatic Colors of #D10F08
Black with #D10F08
Text Example
Text Example
White with #D10F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10F08; }
p { color: rgb(209,15,8); }
H1.HeaderClassName
{
color: #D10F08;
}
.AnyTagClassName
{
color: #D10F08;
}
</style>
background-color css
<style>
a { background-color: #D10F08; }
a { background-color: rgb(209,15,8); }
div.DivClassName
{
background-color: #D10F08;
}
.BgClassName
{
background-color: #D10F08;
}
</style>
border-color css
<style>
span { border-color: #D10F08; }
span { border-color: rgb(209,15,8); }
td.TdClassName
{
border-color: #D10F08;
}
.TagClassName
{
border-color: #D10F08;
}
</style>