Shades of Free Speech Red #D81008
Tints of Free Speech Red #D81008
RGB
CMYK
RGB Variations
Color information
#D81008 (or 0xD81008) is known color: Free Speech Red. HEX triplet: D8, 10 and 08. RGB value is (216,16,8). Sum of RGB (Red+Green+Blue) = 216+16+8=240 (31% of max value = 765). Red value is 216 (84.77% from 255 or 90% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 216 - color contains mainly: red. Hex color #D81008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81008 is #27EFF7. Grayscale: #4B4B4B. Windows color (decimal): -2617336 or 528600. OLE color: 528600.
HSL color Cylindrical-coordinate representation of color #D81008: hue angle of 2.31º 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 #D81008 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.15 |
| HSL | 2.31º | 0.93% | 0.44% | - |
| HSV(B) | 2.31º | 0.96% | 0.85% | - |
| XYZ | 28.55 | 14.99 | 1.62 | - |
| YUV | 74.89 | 90.26 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 8 | 0 | 0.93 | 0.96 | 0.15 | 2.31 | 0.93 | 0.44 |
| Hex | D8 | 10 | 8 | 0 | 5D | 60 | F | 2 | 5D | 2C |
| Octal | 330 | 20 | 10 | 0 | 135 | 140 | 17 | 2 | 135 | 54 |
| Binary | 11011000 | 10000 | 1000 | 0 | 1011101 | 1100000 | 1111 | 10 | 1011101 | 101100 |
Color Harmonies of #D81008
Complementary color
Monochromatic Colors of #D81008
Black with #D81008
Text Example
Text Example
White with #D81008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81008; }
p { color: rgb(216,16,8); }
H1.HeaderClassName
{
color: #D81008;
}
.AnyTagClassName
{
color: #D81008;
}
</style>
background-color css
<style>
a { background-color: #D81008; }
a { background-color: rgb(216,16,8); }
div.DivClassName
{
background-color: #D81008;
}
.BgClassName
{
background-color: #D81008;
}
</style>
border-color css
<style>
span { border-color: #D81008; }
span { border-color: rgb(216,16,8); }
td.TdClassName
{
border-color: #D81008;
}
.TagClassName
{
border-color: #D81008;
}
</style>