Shades of Free Speech Red #D61411
Tints of Free Speech Red #D61411
RGB
CMYK
RGB Variations
Color information
#D61411 (or 0xD61411) is known color: Free Speech Red. HEX triplet: D6, 14 and 11. RGB value is (214,20,17). Sum of RGB (Red+Green+Blue) = 214+20+17=251 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.26% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 214 - color contains mainly: red. Hex color #D61411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61411 is #29EBEE. Grayscale: #4D4D4D. Windows color (decimal): -2747375 or 1119446. OLE color: 1119446.
HSL color Cylindrical-coordinate representation of color #D61411: hue angle of 0.91º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61411 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 17 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.16 |
| HSL | 0.91º | 0.85% | 0.45% | - |
| HSV(B) | 0.91º | 0.92% | 0.84% | - |
| XYZ | 28.08 | 14.84 | 1.91 | - |
| YUV | 77.66 | 93.77 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 17 | 0 | 0.91 | 0.92 | 0.16 | 0.91 | 0.85 | 0.45 |
| Hex | D6 | 14 | 11 | 0 | 5B | 5C | 10 | 1 | 55 | 2D |
| Octal | 326 | 24 | 21 | 0 | 133 | 134 | 20 | 1 | 125 | 55 |
| Binary | 11010110 | 10100 | 10001 | 0 | 1011011 | 1011100 | 10000 | 1 | 1010101 | 101101 |
Color Harmonies of #D61411
Complementary color
Monochromatic Colors of #D61411
Black with #D61411
Text Example
Text Example
White with #D61411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61411; }
p { color: rgb(214,20,17); }
H1.HeaderClassName
{
color: #D61411;
}
.AnyTagClassName
{
color: #D61411;
}
</style>
background-color css
<style>
a { background-color: #D61411; }
a { background-color: rgb(214,20,17); }
div.DivClassName
{
background-color: #D61411;
}
.BgClassName
{
background-color: #D61411;
}
</style>
border-color css
<style>
span { border-color: #D61411; }
span { border-color: rgb(214,20,17); }
td.TdClassName
{
border-color: #D61411;
}
.TagClassName
{
border-color: #D61411;
}
</style>