Shades of Free Speech Red #D31001
Tints of Free Speech Red #D31001
RGB
CMYK
RGB Variations
Color information
#D31001 (or 0xD31001) is known color: Free Speech Red. HEX triplet: D3, 10 and 01. RGB value is (211,16,1). Sum of RGB (Red+Green+Blue) = 211+16+1=228 (30% of max value = 765). Red value is 211 (82.81% from 255 or 92.54% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 211 - color contains mainly: red. Hex color #D31001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31001 is #2CEFFE. Grayscale: #484848. Windows color (decimal): -2945023 or 69843. OLE color: 69843.
HSL color Cylindrical-coordinate representation of color #D31001: hue angle of 4.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 #D31001 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 1 | - |
| CMYK | 0 | 0.92 | 1.00 | 0.17 |
| HSL | 4.29º | 0.99% | 0.42% | - |
| HSV(B) | 4.29º | 1% | 0.83% | - |
| XYZ | 27.05 | 14.22 | 1.35 | - |
| YUV | 72.6 | 87.6 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 1 | 0 | 0.92 | 1.00 | 0.17 | 4.29 | 0.99 | 0.42 |
| Hex | D3 | 10 | 1 | 0 | 5C | 64 | 11 | 4 | 63 | 2A |
| Octal | 323 | 20 | 1 | 0 | 134 | 144 | 21 | 4 | 143 | 52 |
| Binary | 11010011 | 10000 | 1 | 0 | 1011100 | 1100100 | 10001 | 100 | 1100011 | 101010 |
Color Harmonies of #D31001
Complementary color
Monochromatic Colors of #D31001
Black with #D31001
Text Example
Text Example
White with #D31001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31001; }
p { color: rgb(211,16,1); }
H1.HeaderClassName
{
color: #D31001;
}
.AnyTagClassName
{
color: #D31001;
}
</style>
background-color css
<style>
a { background-color: #D31001; }
a { background-color: rgb(211,16,1); }
div.DivClassName
{
background-color: #D31001;
}
.BgClassName
{
background-color: #D31001;
}
</style>
border-color css
<style>
span { border-color: #D31001; }
span { border-color: rgb(211,16,1); }
td.TdClassName
{
border-color: #D31001;
}
.TagClassName
{
border-color: #D31001;
}
</style>