Shades of Free Speech Red #D81409
Tints of Free Speech Red #D81409
RGB
CMYK
RGB Variations
Color information
#D81409 (or 0xD81409) is known color: Free Speech Red. HEX triplet: D8, 14 and 09. RGB value is (216,20,9). Sum of RGB (Red+Green+Blue) = 216+20+9=245 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.16% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 216 - color contains mainly: red. Hex color #D81409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81409 is #27EBF6. Grayscale: #4D4D4D. Windows color (decimal): -2616311 or 595160. OLE color: 595160.
HSL color Cylindrical-coordinate representation of color #D81409: hue angle of 3.19º 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 #D81409 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 9 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.15 |
| HSL | 3.19º | 0.92% | 0.44% | - |
| HSV(B) | 3.19º | 0.96% | 0.85% | - |
| XYZ | 28.62 | 15.12 | 1.67 | - |
| YUV | 77.35 | 89.43 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 9 | 0 | 0.91 | 0.96 | 0.15 | 3.19 | 0.92 | 0.44 |
| Hex | D8 | 14 | 9 | 0 | 5B | 60 | F | 3 | 5C | 2C |
| Octal | 330 | 24 | 11 | 0 | 133 | 140 | 17 | 3 | 134 | 54 |
| Binary | 11011000 | 10100 | 1001 | 0 | 1011011 | 1100000 | 1111 | 11 | 1011100 | 101100 |
Color Harmonies of #D81409
Complementary color
Monochromatic Colors of #D81409
Black with #D81409
Text Example
Text Example
White with #D81409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81409; }
p { color: rgb(216,20,9); }
H1.HeaderClassName
{
color: #D81409;
}
.AnyTagClassName
{
color: #D81409;
}
</style>
background-color css
<style>
a { background-color: #D81409; }
a { background-color: rgb(216,20,9); }
div.DivClassName
{
background-color: #D81409;
}
.BgClassName
{
background-color: #D81409;
}
</style>
border-color css
<style>
span { border-color: #D81409; }
span { border-color: rgb(216,20,9); }
td.TdClassName
{
border-color: #D81409;
}
.TagClassName
{
border-color: #D81409;
}
</style>