Shades of Free Speech Red #D31401
Tints of Free Speech Red #D31401
RGB
CMYK
RGB Variations
Color information
#D31401 (or 0xD31401) is known color: Free Speech Red. HEX triplet: D3, 14 and 01. RGB value is (211,20,1). Sum of RGB (Red+Green+Blue) = 211+20+1=232 (30% of max value = 765). Red value is 211 (82.81% from 255 or 90.95% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 211 - color contains mainly: red. Hex color #D31401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31401 is #2CEBFE. Grayscale: #4B4B4B. Windows color (decimal): -2943999 or 70867. OLE color: 70867.
HSL color Cylindrical-coordinate representation of color #D31401: hue angle of 5.43º 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 #D31401 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.17 |
| HSL | 5.43º | 0.99% | 0.42% | - |
| HSV(B) | 5.43º | 1% | 0.83% | - |
| XYZ | 27.12 | 14.35 | 1.37 | - |
| YUV | 74.94 | 86.28 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 1 | 0 | 0.91 | 1.00 | 0.17 | 5.43 | 0.99 | 0.42 |
| Hex | D3 | 14 | 1 | 0 | 5B | 64 | 11 | 5 | 63 | 2A |
| Octal | 323 | 24 | 1 | 0 | 133 | 144 | 21 | 5 | 143 | 52 |
| Binary | 11010011 | 10100 | 1 | 0 | 1011011 | 1100100 | 10001 | 101 | 1100011 | 101010 |
Color Harmonies of #D31401
Complementary color
Monochromatic Colors of #D31401
Black with #D31401
Text Example
Text Example
White with #D31401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31401; }
p { color: rgb(211,20,1); }
H1.HeaderClassName
{
color: #D31401;
}
.AnyTagClassName
{
color: #D31401;
}
</style>
background-color css
<style>
a { background-color: #D31401; }
a { background-color: rgb(211,20,1); }
div.DivClassName
{
background-color: #D31401;
}
.BgClassName
{
background-color: #D31401;
}
</style>
border-color css
<style>
span { border-color: #D31401; }
span { border-color: rgb(211,20,1); }
td.TdClassName
{
border-color: #D31401;
}
.TagClassName
{
border-color: #D31401;
}
</style>