Shades of Free Speech Red #D31904
Tints of Free Speech Red #D31904
RGB
CMYK
RGB Variations
Color information
#D31904 (or 0xD31904) is known color: Free Speech Red. HEX triplet: D3, 19 and 04. RGB value is (211,25,4). Sum of RGB (Red+Green+Blue) = 211+25+4=240 (31% of max value = 765). Red value is 211 (82.81% from 255 or 87.92% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 211 - color contains mainly: red. Hex color #D31904 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31904 is #2CE6FB. Grayscale: #4E4E4E. Windows color (decimal): -2942716 or 268755. OLE color: 268755.
HSL color Cylindrical-coordinate representation of color #D31904: hue angle of 6.09º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D31904 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 25 | 4 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.17 |
| HSL | 6.09º | 0.96% | 0.42% | - |
| HSV(B) | 6.09º | 0.98% | 0.83% | - |
| XYZ | 27.23 | 14.55 | 1.49 | - |
| YUV | 78.22 | 86.12 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 4 | 0 | 0.88 | 0.98 | 0.17 | 6.09 | 0.96 | 0.42 |
| Hex | D3 | 19 | 4 | 0 | 58 | 62 | 11 | 6 | 60 | 2A |
| Octal | 323 | 31 | 4 | 0 | 130 | 142 | 21 | 6 | 140 | 52 |
| Binary | 11010011 | 11001 | 100 | 0 | 1011000 | 1100010 | 10001 | 110 | 1100000 | 101010 |
Color Harmonies of #D31904
Complementary color
Monochromatic Colors of #D31904
Black with #D31904
Text Example
Text Example
White with #D31904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31904; }
p { color: rgb(211,25,4); }
H1.HeaderClassName
{
color: #D31904;
}
.AnyTagClassName
{
color: #D31904;
}
</style>
background-color css
<style>
a { background-color: #D31904; }
a { background-color: rgb(211,25,4); }
div.DivClassName
{
background-color: #D31904;
}
.BgClassName
{
background-color: #D31904;
}
</style>
border-color css
<style>
span { border-color: #D31904; }
span { border-color: rgb(211,25,4); }
td.TdClassName
{
border-color: #D31904;
}
.TagClassName
{
border-color: #D31904;
}
</style>