Shades of Free Speech Red #D3100F
Tints of Free Speech Red #D3100F
RGB
CMYK
RGB Variations
Color information
#D3100F (or 0xD3100F) is known color: Free Speech Red. HEX triplet: D3, 10 and 0F. RGB value is (211,16,15). Sum of RGB (Red+Green+Blue) = 211+16+15=242 (32% of max value = 765). Red value is 211 (82.81% from 255 or 87.19% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 211 - color contains mainly: red. Hex color #D3100F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3100F is #2CEFF0. Grayscale: #4A4A4A. Windows color (decimal): -2945009 or 987347. OLE color: 987347.
HSL color Cylindrical-coordinate representation of color #D3100F: hue angle of 0.31º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3100F is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 15 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.17 |
| HSL | 0.31º | 0.87% | 0.44% | - |
| HSV(B) | 0.31º | 0.93% | 0.83% | - |
| XYZ | 27.14 | 14.25 | 1.77 | - |
| YUV | 74.19 | 94.6 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 15 | 0 | 0.92 | 0.93 | 0.17 | 0.31 | 0.87 | 0.44 |
| Hex | D3 | 10 | F | 0 | 5C | 5D | 11 | 0 | 57 | 2C |
| Octal | 323 | 20 | 17 | 0 | 134 | 135 | 21 | 0 | 127 | 54 |
| Binary | 11010011 | 10000 | 1111 | 0 | 1011100 | 1011101 | 10001 | 0 | 1010111 | 101100 |
Color Harmonies of #D3100F
Complementary color
Monochromatic Colors of #D3100F
Black with #D3100F
Text Example
Text Example
White with #D3100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3100F; }
p { color: rgb(211,16,15); }
H1.HeaderClassName
{
color: #D3100F;
}
.AnyTagClassName
{
color: #D3100F;
}
</style>
background-color css
<style>
a { background-color: #D3100F; }
a { background-color: rgb(211,16,15); }
div.DivClassName
{
background-color: #D3100F;
}
.BgClassName
{
background-color: #D3100F;
}
</style>
border-color css
<style>
span { border-color: #D3100F; }
span { border-color: rgb(211,16,15); }
td.TdClassName
{
border-color: #D3100F;
}
.TagClassName
{
border-color: #D3100F;
}
</style>