Shades of Free Speech Red #D80501
Tints of Free Speech Red #D80501
RGB
CMYK
RGB Variations
Color information
#D80501 (or 0xD80501) is known color: Free Speech Red. HEX triplet: D8, 05 and 01. RGB value is (216,5,1). Sum of RGB (Red+Green+Blue) = 216+5+1=222 (29% of max value = 765). Red value is 216 (84.77% from 255 or 97.30% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 216 - color contains mainly: red. Hex color #D80501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80501 is #27FAFE. Grayscale: #434343. Windows color (decimal): -2620159 or 67032. OLE color: 67032.
HSL color Cylindrical-coordinate representation of color #D80501: hue angle of 1.12º 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 #D80501 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.15 |
| HSL | 1.12º | 0.99% | 0.43% | - |
| HSV(B) | 1.12º | 1% | 0.85% | - |
| XYZ | 28.38 | 14.71 | 1.37 | - |
| YUV | 67.63 | 90.4 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 1 | 0 | 0.98 | 1.00 | 0.15 | 1.12 | 0.99 | 0.43 |
| Hex | D8 | 5 | 1 | 0 | 62 | 64 | F | 1 | 63 | 2B |
| Octal | 330 | 5 | 1 | 0 | 142 | 144 | 17 | 1 | 143 | 53 |
| Binary | 11011000 | 101 | 1 | 0 | 1100010 | 1100100 | 1111 | 1 | 1100011 | 101011 |
Color Harmonies of #D80501
Complementary color
Monochromatic Colors of #D80501
Black with #D80501
Text Example
Text Example
White with #D80501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80501; }
p { color: rgb(216,5,1); }
H1.HeaderClassName
{
color: #D80501;
}
.AnyTagClassName
{
color: #D80501;
}
</style>
background-color css
<style>
a { background-color: #D80501; }
a { background-color: rgb(216,5,1); }
div.DivClassName
{
background-color: #D80501;
}
.BgClassName
{
background-color: #D80501;
}
</style>
border-color css
<style>
span { border-color: #D80501; }
span { border-color: rgb(216,5,1); }
td.TdClassName
{
border-color: #D80501;
}
.TagClassName
{
border-color: #D80501;
}
</style>