Shades of Free Speech Red #D6100F
Tints of Free Speech Red #D6100F
RGB
CMYK
RGB Variations
Color information
#D6100F (or 0xD6100F) is known color: Free Speech Red. HEX triplet: D6, 10 and 0F. RGB value is (214,16,15). Sum of RGB (Red+Green+Blue) = 214+16+15=245 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.35% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 214 - color contains mainly: red. Hex color #D6100F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6100F is #29EFF0. Grayscale: #4B4B4B. Windows color (decimal): -2748401 or 987350. OLE color: 987350.
HSL color Cylindrical-coordinate representation of color #D6100F: hue angle of 0.3º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6100F is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 15 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.16 |
| HSL | 0.3º | 0.87% | 0.45% | - |
| HSV(B) | 0.3º | 0.93% | 0.84% | - |
| XYZ | 28 | 14.7 | 1.81 | - |
| YUV | 75.09 | 94.1 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 15 | 0 | 0.93 | 0.93 | 0.16 | 0.3 | 0.87 | 0.45 |
| Hex | D6 | 10 | F | 0 | 5D | 5D | 10 | 0 | 57 | 2D |
| Octal | 326 | 20 | 17 | 0 | 135 | 135 | 20 | 0 | 127 | 55 |
| Binary | 11010110 | 10000 | 1111 | 0 | 1011101 | 1011101 | 10000 | 0 | 1010111 | 101101 |
Color Harmonies of #D6100F
Complementary color
Monochromatic Colors of #D6100F
Black with #D6100F
Text Example
Text Example
White with #D6100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6100F; }
p { color: rgb(214,16,15); }
H1.HeaderClassName
{
color: #D6100F;
}
.AnyTagClassName
{
color: #D6100F;
}
</style>
background-color css
<style>
a { background-color: #D6100F; }
a { background-color: rgb(214,16,15); }
div.DivClassName
{
background-color: #D6100F;
}
.BgClassName
{
background-color: #D6100F;
}
</style>
border-color css
<style>
span { border-color: #D6100F; }
span { border-color: rgb(214,16,15); }
td.TdClassName
{
border-color: #D6100F;
}
.TagClassName
{
border-color: #D6100F;
}
</style>