Shades of Free Speech Red #D80905
Tints of Free Speech Red #D80905
RGB
CMYK
RGB Variations
Color information
#D80905 (or 0xD80905) is known color: Free Speech Red. HEX triplet: D8, 09 and 05. RGB value is (216,9,5). Sum of RGB (Red+Green+Blue) = 216+9+5=230 (30% of max value = 765). Red value is 216 (84.77% from 255 or 93.91% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 216 - color contains mainly: red. Hex color #D80905 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80905 is #27F6FA. Grayscale: #464646. Windows color (decimal): -2619131 or 330200. OLE color: 330200.
HSL color Cylindrical-coordinate representation of color #D80905: hue angle of 1.14º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80905 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.15 |
| HSL | 1.14º | 0.95% | 0.43% | - |
| HSV(B) | 1.14º | 0.98% | 0.85% | - |
| XYZ | 28.44 | 14.81 | 1.5 | - |
| YUV | 70.44 | 91.08 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 5 | 0 | 0.96 | 0.98 | 0.15 | 1.14 | 0.95 | 0.43 |
| Hex | D8 | 9 | 5 | 0 | 60 | 62 | F | 1 | 5F | 2B |
| Octal | 330 | 11 | 5 | 0 | 140 | 142 | 17 | 1 | 137 | 53 |
| Binary | 11011000 | 1001 | 101 | 0 | 1100000 | 1100010 | 1111 | 1 | 1011111 | 101011 |
Color Harmonies of #D80905
Complementary color
Monochromatic Colors of #D80905
Black with #D80905
Text Example
Text Example
White with #D80905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80905; }
p { color: rgb(216,9,5); }
H1.HeaderClassName
{
color: #D80905;
}
.AnyTagClassName
{
color: #D80905;
}
</style>
background-color css
<style>
a { background-color: #D80905; }
a { background-color: rgb(216,9,5); }
div.DivClassName
{
background-color: #D80905;
}
.BgClassName
{
background-color: #D80905;
}
</style>
border-color css
<style>
span { border-color: #D80905; }
span { border-color: rgb(216,9,5); }
td.TdClassName
{
border-color: #D80905;
}
.TagClassName
{
border-color: #D80905;
}
</style>