Shades of Free Speech Red #D31701
Tints of Free Speech Red #D31701
RGB
CMYK
RGB Variations
Color information
#D31701 (or 0xD31701) is known color: Free Speech Red. HEX triplet: D3, 17 and 01. RGB value is (211,23,1). Sum of RGB (Red+Green+Blue) = 211+23+1=235 (31% of max value = 765). Red value is 211 (82.81% from 255 or 89.79% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 211 - color contains mainly: red. Hex color #D31701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31701 is #2CE8FE. Grayscale: #4C4C4C. Windows color (decimal): -2943231 or 71635. OLE color: 71635.
HSL color Cylindrical-coordinate representation of color #D31701: hue angle of 6.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D31701 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 1 | - |
| CMYK | 0 | 0.89 | 1.00 | 0.17 |
| HSL | 6.29º | 0.99% | 0.42% | - |
| HSV(B) | 6.29º | 1% | 0.83% | - |
| XYZ | 27.18 | 14.46 | 1.39 | - |
| YUV | 76.7 | 85.28 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 1 | 0 | 0.89 | 1.00 | 0.17 | 6.29 | 0.99 | 0.42 |
| Hex | D3 | 17 | 1 | 0 | 59 | 64 | 11 | 6 | 63 | 2A |
| Octal | 323 | 27 | 1 | 0 | 131 | 144 | 21 | 6 | 143 | 52 |
| Binary | 11010011 | 10111 | 1 | 0 | 1011001 | 1100100 | 10001 | 110 | 1100011 | 101010 |
Color Harmonies of #D31701
Complementary color
Monochromatic Colors of #D31701
Black with #D31701
Text Example
Text Example
White with #D31701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31701; }
p { color: rgb(211,23,1); }
H1.HeaderClassName
{
color: #D31701;
}
.AnyTagClassName
{
color: #D31701;
}
</style>
background-color css
<style>
a { background-color: #D31701; }
a { background-color: rgb(211,23,1); }
div.DivClassName
{
background-color: #D31701;
}
.BgClassName
{
background-color: #D31701;
}
</style>
border-color css
<style>
span { border-color: #D31701; }
span { border-color: rgb(211,23,1); }
td.TdClassName
{
border-color: #D31701;
}
.TagClassName
{
border-color: #D31701;
}
</style>