Shades of Free Speech Red #D80901
Tints of Free Speech Red #D80901
RGB
CMYK
RGB Variations
Color information
#D80901 (or 0xD80901) is known color: Free Speech Red. HEX triplet: D8, 09 and 01. RGB value is (216,9,1). Sum of RGB (Red+Green+Blue) = 216+9+1=226 (29% of max value = 765). Red value is 216 (84.77% from 255 or 95.58% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 216 - color contains mainly: red. Hex color #D80901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80901 is #27F6FE. Grayscale: #464646. Windows color (decimal): -2619135 or 68056. OLE color: 68056.
HSL color Cylindrical-coordinate representation of color #D80901: hue angle of 2.23º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80901 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.15 |
| HSL | 2.23º | 0.99% | 0.43% | - |
| HSV(B) | 2.23º | 1% | 0.85% | - |
| XYZ | 28.42 | 14.8 | 1.39 | - |
| YUV | 69.98 | 89.08 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 1 | 0 | 0.96 | 1.00 | 0.15 | 2.23 | 0.99 | 0.43 |
| Hex | D8 | 9 | 1 | 0 | 60 | 64 | F | 2 | 63 | 2B |
| Octal | 330 | 11 | 1 | 0 | 140 | 144 | 17 | 2 | 143 | 53 |
| Binary | 11011000 | 1001 | 1 | 0 | 1100000 | 1100100 | 1111 | 10 | 1100011 | 101011 |
Color Harmonies of #D80901
Complementary color
Monochromatic Colors of #D80901
Black with #D80901
Text Example
Text Example
White with #D80901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80901; }
p { color: rgb(216,9,1); }
H1.HeaderClassName
{
color: #D80901;
}
.AnyTagClassName
{
color: #D80901;
}
</style>
background-color css
<style>
a { background-color: #D80901; }
a { background-color: rgb(216,9,1); }
div.DivClassName
{
background-color: #D80901;
}
.BgClassName
{
background-color: #D80901;
}
</style>
border-color css
<style>
span { border-color: #D80901; }
span { border-color: rgb(216,9,1); }
td.TdClassName
{
border-color: #D80901;
}
.TagClassName
{
border-color: #D80901;
}
</style>