Shades of Free Speech Red #D10400
Tints of Free Speech Red #D10400
RGB
CMYK
RGB Variations
Color information
#D10400 (or 0xD10400) is known color: Free Speech Red. HEX triplet: D1, 04 and 00. RGB value is (209,4,0). Sum of RGB (Red+Green+Blue) = 209+4+0=213 (28% of max value = 765). Red value is 209 (82.03% from 255 or 98.12% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 209 - color contains mainly: red. Hex color #D10400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10400 is #2EFBFF. Grayscale: #414141. Windows color (decimal): -3079168 or 1233. OLE color: 1233.
HSL color Cylindrical-coordinate representation of color #D10400: hue angle of 1.15º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.18 |
| HSL | 1.15º | 1% | 0.41% | - |
| HSV(B) | 1.15º | 1% | 0.82% | - |
| XYZ | 26.34 | 13.64 | 1.25 | - |
| YUV | 64.84 | 91.42 | 230.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 0 | 0 | 0.98 | 1 | 0.18 | 1.15 | 1 | 0.41 |
| Hex | D1 | 4 | 0 | 0 | 62 | 64 | 12 | 1 | 64 | 29 |
| Octal | 321 | 4 | 0 | 0 | 142 | 144 | 22 | 1 | 144 | 51 |
| Binary | 11010001 | 100 | 0 | 0 | 1100010 | 1100100 | 10010 | 1 | 1100100 | 101001 |
Color Harmonies of #D10400
Complementary color
Monochromatic Colors of #D10400
Black with #D10400
Text Example
Text Example
White with #D10400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10400; }
p { color: rgb(209,4,0); }
H1.HeaderClassName
{
color: #D10400;
}
.AnyTagClassName
{
color: #D10400;
}
</style>
background-color css
<style>
a { background-color: #D10400; }
a { background-color: rgb(209,4,0); }
div.DivClassName
{
background-color: #D10400;
}
.BgClassName
{
background-color: #D10400;
}
</style>
border-color css
<style>
span { border-color: #D10400; }
span { border-color: rgb(209,4,0); }
td.TdClassName
{
border-color: #D10400;
}
.TagClassName
{
border-color: #D10400;
}
</style>