Shades of Free Speech Red #D10F0C
Tints of Free Speech Red #D10F0C
RGB
CMYK
RGB Variations
Color information
#D10F0C (or 0xD10F0C) is known color: Free Speech Red. HEX triplet: D1, 0F and 0C. RGB value is (209,15,12). Sum of RGB (Red+Green+Blue) = 209+15+12=236 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.56% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10F0C is #2EF0F3. Grayscale: #484848. Windows color (decimal): -3076340 or 790481. OLE color: 790481.
HSL color Cylindrical-coordinate representation of color #D10F0C: hue angle of 0.91º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10F0C is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 12 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.18 |
| HSL | 0.91º | 0.89% | 0.43% | - |
| HSV(B) | 0.91º | 0.94% | 0.82% | - |
| XYZ | 26.53 | 13.92 | 1.64 | - |
| YUV | 72.66 | 93.77 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 12 | 0 | 0.93 | 0.94 | 0.18 | 0.91 | 0.89 | 0.43 |
| Hex | D1 | F | C | 0 | 5D | 5E | 12 | 1 | 59 | 2B |
| Octal | 321 | 17 | 14 | 0 | 135 | 136 | 22 | 1 | 131 | 53 |
| Binary | 11010001 | 1111 | 1100 | 0 | 1011101 | 1011110 | 10010 | 1 | 1011001 | 101011 |
Color Harmonies of #D10F0C
Complementary color
Monochromatic Colors of #D10F0C
Black with #D10F0C
Text Example
Text Example
White with #D10F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10F0C; }
p { color: rgb(209,15,12); }
H1.HeaderClassName
{
color: #D10F0C;
}
.AnyTagClassName
{
color: #D10F0C;
}
</style>
background-color css
<style>
a { background-color: #D10F0C; }
a { background-color: rgb(209,15,12); }
div.DivClassName
{
background-color: #D10F0C;
}
.BgClassName
{
background-color: #D10F0C;
}
</style>
border-color css
<style>
span { border-color: #D10F0C; }
span { border-color: rgb(209,15,12); }
td.TdClassName
{
border-color: #D10F0C;
}
.TagClassName
{
border-color: #D10F0C;
}
</style>