Shades of Free Speech Red #D80500
Tints of Free Speech Red #D80500
RGB
CMYK
RGB Variations
Color information
#D80500 (or 0xD80500) is known color: Free Speech Red. HEX triplet: D8, 05 and 00. RGB value is (216,5,0). Sum of RGB (Red+Green+Blue) = 216+5+0=221 (29% of max value = 765). Red value is 216 (84.77% from 255 or 97.74% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 216 - color contains mainly: red. Hex color #D80500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80500 is #27FAFF. Grayscale: #434343. Windows color (decimal): -2620160 or 1496. OLE color: 1496.
HSL color Cylindrical-coordinate representation of color #D80500: hue angle of 1.39º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80500 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.15 |
| HSL | 1.39º | 1% | 0.42% | - |
| HSV(B) | 1.39º | 1% | 0.85% | - |
| XYZ | 28.37 | 14.71 | 1.34 | - |
| YUV | 67.52 | 89.9 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 0 | 0 | 0.98 | 1 | 0.15 | 1.39 | 1 | 0.42 |
| Hex | D8 | 5 | 0 | 0 | 62 | 64 | F | 1 | 64 | 2A |
| Octal | 330 | 5 | 0 | 0 | 142 | 144 | 17 | 1 | 144 | 52 |
| Binary | 11011000 | 101 | 0 | 0 | 1100010 | 1100100 | 1111 | 1 | 1100100 | 101010 |
Color Harmonies of #D80500
Complementary color
Monochromatic Colors of #D80500
Black with #D80500
Text Example
Text Example
White with #D80500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80500; }
p { color: rgb(216,5,0); }
H1.HeaderClassName
{
color: #D80500;
}
.AnyTagClassName
{
color: #D80500;
}
</style>
background-color css
<style>
a { background-color: #D80500; }
a { background-color: rgb(216,5,0); }
div.DivClassName
{
background-color: #D80500;
}
.BgClassName
{
background-color: #D80500;
}
</style>
border-color css
<style>
span { border-color: #D80500; }
span { border-color: rgb(216,5,0); }
td.TdClassName
{
border-color: #D80500;
}
.TagClassName
{
border-color: #D80500;
}
</style>