Shades of Free Speech Red #D81508
Tints of Free Speech Red #D81508
RGB
CMYK
RGB Variations
Color information
#D81508 (or 0xD81508) is known color: Free Speech Red. HEX triplet: D8, 15 and 08. RGB value is (216,21,8). Sum of RGB (Red+Green+Blue) = 216+21+8=245 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.16% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 216 - color contains mainly: red. Hex color #D81508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81508 is #27EAF7. Grayscale: #4E4E4E. Windows color (decimal): -2616056 or 529880. OLE color: 529880.
HSL color Cylindrical-coordinate representation of color #D81508: hue angle of 3.75º degrees, saturation: 0.93, 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 #D81508 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 8 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.15 |
| HSL | 3.75º | 0.93% | 0.44% | - |
| HSV(B) | 3.75º | 0.96% | 0.85% | - |
| XYZ | 28.63 | 15.15 | 1.65 | - |
| YUV | 77.82 | 88.6 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 8 | 0 | 0.90 | 0.96 | 0.15 | 3.75 | 0.93 | 0.44 |
| Hex | D8 | 15 | 8 | 0 | 5A | 60 | F | 4 | 5D | 2C |
| Octal | 330 | 25 | 10 | 0 | 132 | 140 | 17 | 4 | 135 | 54 |
| Binary | 11011000 | 10101 | 1000 | 0 | 1011010 | 1100000 | 1111 | 100 | 1011101 | 101100 |
Color Harmonies of #D81508
Complementary color
Monochromatic Colors of #D81508
Black with #D81508
Text Example
Text Example
White with #D81508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81508; }
p { color: rgb(216,21,8); }
H1.HeaderClassName
{
color: #D81508;
}
.AnyTagClassName
{
color: #D81508;
}
</style>
background-color css
<style>
a { background-color: #D81508; }
a { background-color: rgb(216,21,8); }
div.DivClassName
{
background-color: #D81508;
}
.BgClassName
{
background-color: #D81508;
}
</style>
border-color css
<style>
span { border-color: #D81508; }
span { border-color: rgb(216,21,8); }
td.TdClassName
{
border-color: #D81508;
}
.TagClassName
{
border-color: #D81508;
}
</style>