Shades of Free Speech Red #D91210
Tints of Free Speech Red #D91210
RGB
CMYK
RGB Variations
Color information
#D91210 (or 0xD91210) is known color: Free Speech Red. HEX triplet: D9, 12 and 10. RGB value is (217,18,16). Sum of RGB (Red+Green+Blue) = 217+18+16=251 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.45% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 217 - color contains mainly: red. Hex color #D91210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91210 is #26EDEF. Grayscale: #4D4D4D. Windows color (decimal): -2551280 or 1053401. OLE color: 1053401.
HSL color Cylindrical-coordinate representation of color #D91210: hue angle of 0.6º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91210 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 16 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.15 |
| HSL | 0.6º | 0.86% | 0.46% | - |
| HSV(B) | 0.6º | 0.93% | 0.85% | - |
| XYZ | 28.93 | 15.22 | 1.9 | - |
| YUV | 77.27 | 93.43 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 16 | 0 | 0.92 | 0.93 | 0.15 | 0.6 | 0.86 | 0.46 |
| Hex | D9 | 12 | 10 | 0 | 5C | 5D | F | 1 | 56 | 2E |
| Octal | 331 | 22 | 20 | 0 | 134 | 135 | 17 | 1 | 126 | 56 |
| Binary | 11011001 | 10010 | 10000 | 0 | 1011100 | 1011101 | 1111 | 1 | 1010110 | 101110 |
Color Harmonies of #D91210
Complementary color
Monochromatic Colors of #D91210
Black with #D91210
Text Example
Text Example
White with #D91210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91210; }
p { color: rgb(217,18,16); }
H1.HeaderClassName
{
color: #D91210;
}
.AnyTagClassName
{
color: #D91210;
}
</style>
background-color css
<style>
a { background-color: #D91210; }
a { background-color: rgb(217,18,16); }
div.DivClassName
{
background-color: #D91210;
}
.BgClassName
{
background-color: #D91210;
}
</style>
border-color css
<style>
span { border-color: #D91210; }
span { border-color: rgb(217,18,16); }
td.TdClassName
{
border-color: #D91210;
}
.TagClassName
{
border-color: #D91210;
}
</style>