Shades of Free Speech Red #D11313
Tints of Free Speech Red #D11313
RGB
CMYK
RGB Variations
Color information
#D11313 (or 0xD11313) is known color: Free Speech Red. HEX triplet: D1, 13 and 13. RGB value is (209,19,19). Sum of RGB (Red+Green+Blue) = 209+19+19=247 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.62% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 209 - color contains mainly: red. Hex color #D11313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11313 is #2EECEC. Grayscale: #4C4C4C. Windows color (decimal): -3075309 or 1250257. OLE color: 1250257.
HSL color Cylindrical-coordinate representation of color #D11313: hue angle of 0º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11313 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 19 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.18 |
| HSL | 0º | 0.83% | 0.45% | - |
| HSV(B) | 0º | 0.91% | 0.82% | - |
| XYZ | 26.64 | 14.07 | 1.93 | - |
| YUV | 75.81 | 95.95 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 19 | 0 | 0.91 | 0.91 | 0.18 | 0 | 0.83 | 0.45 |
| Hex | D1 | 13 | 13 | 0 | 5B | 5B | 12 | 0 | 53 | 2D |
| Octal | 321 | 23 | 23 | 0 | 133 | 133 | 22 | 0 | 123 | 55 |
| Binary | 11010001 | 10011 | 10011 | 0 | 1011011 | 1011011 | 10010 | 0 | 1010011 | 101101 |
Color Harmonies of #D11313
Complementary color
Monochromatic Colors of #D11313
Black with #D11313
Text Example
Text Example
White with #D11313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11313; }
p { color: rgb(209,19,19); }
H1.HeaderClassName
{
color: #D11313;
}
.AnyTagClassName
{
color: #D11313;
}
</style>
background-color css
<style>
a { background-color: #D11313; }
a { background-color: rgb(209,19,19); }
div.DivClassName
{
background-color: #D11313;
}
.BgClassName
{
background-color: #D11313;
}
</style>
border-color css
<style>
span { border-color: #D11313; }
span { border-color: rgb(209,19,19); }
td.TdClassName
{
border-color: #D11313;
}
.TagClassName
{
border-color: #D11313;
}
</style>