Shades of Free Speech Red #D91409
Tints of Free Speech Red #D91409
RGB
CMYK
RGB Variations
Color information
#D91409 (or 0xD91409) is known color: Free Speech Red. HEX triplet: D9, 14 and 09. RGB value is (217,20,9). Sum of RGB (Red+Green+Blue) = 217+20+9=246 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.21% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 217 - color contains mainly: red. Hex color #D91409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91409 is #26EBF6. Grayscale: #4D4D4D. Windows color (decimal): -2550775 or 595161. OLE color: 595161.
HSL color Cylindrical-coordinate representation of color #D91409: hue angle of 3.17º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D91409 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 9 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.15 |
| HSL | 3.17º | 0.92% | 0.44% | - |
| HSV(B) | 3.17º | 0.96% | 0.85% | - |
| XYZ | 28.91 | 15.27 | 1.68 | - |
| YUV | 77.65 | 89.27 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 9 | 0 | 0.91 | 0.96 | 0.15 | 3.17 | 0.92 | 0.44 |
| Hex | D9 | 14 | 9 | 0 | 5B | 60 | F | 3 | 5C | 2C |
| Octal | 331 | 24 | 11 | 0 | 133 | 140 | 17 | 3 | 134 | 54 |
| Binary | 11011001 | 10100 | 1001 | 0 | 1011011 | 1100000 | 1111 | 11 | 1011100 | 101100 |
Color Harmonies of #D91409
Complementary color
Monochromatic Colors of #D91409
Black with #D91409
Text Example
Text Example
White with #D91409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91409; }
p { color: rgb(217,20,9); }
H1.HeaderClassName
{
color: #D91409;
}
.AnyTagClassName
{
color: #D91409;
}
</style>
background-color css
<style>
a { background-color: #D91409; }
a { background-color: rgb(217,20,9); }
div.DivClassName
{
background-color: #D91409;
}
.BgClassName
{
background-color: #D91409;
}
</style>
border-color css
<style>
span { border-color: #D91409; }
span { border-color: rgb(217,20,9); }
td.TdClassName
{
border-color: #D91409;
}
.TagClassName
{
border-color: #D91409;
}
</style>