Shades of Free Speech Red #D91000
Tints of Free Speech Red #D91000
RGB
CMYK
RGB Variations
Color information
#D91000 (or 0xD91000) is known color: Free Speech Red. HEX triplet: D9, 10 and 00. RGB value is (217,16,0). Sum of RGB (Red+Green+Blue) = 217+16+0=233 (30% of max value = 765). Red value is 217 (85.16% from 255 or 93.13% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 217 - color contains mainly: red. Hex color #D91000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91000 is #26EFFF. Grayscale: #4A4A4A. Windows color (decimal): -2551808 or 4313. OLE color: 4313.
HSL color Cylindrical-coordinate representation of color #D91000: hue angle of 4.42º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D91000 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.15 |
| HSL | 4.42º | 1% | 0.43% | - |
| HSV(B) | 4.42º | 1% | 0.85% | - |
| XYZ | 28.8 | 15.12 | 1.4 | - |
| YUV | 74.28 | 86.09 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 0 | 0 | 0.93 | 1 | 0.15 | 4.42 | 1 | 0.43 |
| Hex | D9 | 10 | 0 | 0 | 5D | 64 | F | 4 | 64 | 2B |
| Octal | 331 | 20 | 0 | 0 | 135 | 144 | 17 | 4 | 144 | 53 |
| Binary | 11011001 | 10000 | 0 | 0 | 1011101 | 1100100 | 1111 | 100 | 1100100 | 101011 |
Color Harmonies of #D91000
Complementary color
Monochromatic Colors of #D91000
Black with #D91000
Text Example
Text Example
White with #D91000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91000; }
p { color: rgb(217,16,0); }
H1.HeaderClassName
{
color: #D91000;
}
.AnyTagClassName
{
color: #D91000;
}
</style>
background-color css
<style>
a { background-color: #D91000; }
a { background-color: rgb(217,16,0); }
div.DivClassName
{
background-color: #D91000;
}
.BgClassName
{
background-color: #D91000;
}
</style>
border-color css
<style>
span { border-color: #D91000; }
span { border-color: rgb(217,16,0); }
td.TdClassName
{
border-color: #D91000;
}
.TagClassName
{
border-color: #D91000;
}
</style>