Shades of Free Speech Red #D31508
Tints of Free Speech Red #D31508
RGB
CMYK
RGB Variations
Color information
#D31508 (or 0xD31508) is known color: Free Speech Red. HEX triplet: D3, 15 and 08. RGB value is (211,21,8). Sum of RGB (Red+Green+Blue) = 211+21+8=240 (31% of max value = 765). Red value is 211 (82.81% from 255 or 87.92% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 211 - color contains mainly: red. Hex color #D31508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31508 is #2CEAF7. Grayscale: #4C4C4C. Windows color (decimal): -2943736 or 529875. OLE color: 529875.
HSL color Cylindrical-coordinate representation of color #D31508: hue angle of 3.84º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D31508 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 8 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.17 |
| HSL | 3.84º | 0.93% | 0.43% | - |
| HSV(B) | 3.84º | 0.96% | 0.83% | - |
| XYZ | 27.18 | 14.4 | 1.58 | - |
| YUV | 76.33 | 89.45 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 8 | 0 | 0.90 | 0.96 | 0.17 | 3.84 | 0.93 | 0.43 |
| Hex | D3 | 15 | 8 | 0 | 5A | 60 | 11 | 4 | 5D | 2B |
| Octal | 323 | 25 | 10 | 0 | 132 | 140 | 21 | 4 | 135 | 53 |
| Binary | 11010011 | 10101 | 1000 | 0 | 1011010 | 1100000 | 10001 | 100 | 1011101 | 101011 |
Color Harmonies of #D31508
Complementary color
Monochromatic Colors of #D31508
Black with #D31508
Text Example
Text Example
White with #D31508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31508; }
p { color: rgb(211,21,8); }
H1.HeaderClassName
{
color: #D31508;
}
.AnyTagClassName
{
color: #D31508;
}
</style>
background-color css
<style>
a { background-color: #D31508; }
a { background-color: rgb(211,21,8); }
div.DivClassName
{
background-color: #D31508;
}
.BgClassName
{
background-color: #D31508;
}
</style>
border-color css
<style>
span { border-color: #D31508; }
span { border-color: rgb(211,21,8); }
td.TdClassName
{
border-color: #D31508;
}
.TagClassName
{
border-color: #D31508;
}
</style>