Shades of Free Speech Red #D01901
Tints of Free Speech Red #D01901
RGB
CMYK
RGB Variations
Color information
#D01901 (or 0xD01901) is known color: Free Speech Red. HEX triplet: D0, 19 and 01. RGB value is (208,25,1). Sum of RGB (Red+Green+Blue) = 208+25+1=234 (30% of max value = 765). Red value is 208 (81.64% from 255 or 88.89% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 208 - color contains mainly: red. Hex color #D01901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01901 is #2FE6FE. Grayscale: #4D4D4D. Windows color (decimal): -3139327 or 72144. OLE color: 72144.
HSL color Cylindrical-coordinate representation of color #D01901: hue angle of 6.96º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D01901 is Cyan = 0, Magento = 0.88, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 1 | - |
| CMYK | 0 | 0.88 | 1.00 | 0.18 |
| HSL | 6.96º | 0.99% | 0.41% | - |
| HSV(B) | 6.96º | 1% | 0.82% | - |
| XYZ | 26.37 | 14.11 | 1.36 | - |
| YUV | 76.98 | 85.13 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 1 | 0 | 0.88 | 1.00 | 0.18 | 6.96 | 0.99 | 0.41 |
| Hex | D0 | 19 | 1 | 0 | 58 | 64 | 12 | 7 | 63 | 29 |
| Octal | 320 | 31 | 1 | 0 | 130 | 144 | 22 | 7 | 143 | 51 |
| Binary | 11010000 | 11001 | 1 | 0 | 1011000 | 1100100 | 10010 | 111 | 1100011 | 101001 |
Color Harmonies of #D01901
Complementary color
Monochromatic Colors of #D01901
Black with #D01901
Text Example
Text Example
White with #D01901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01901; }
p { color: rgb(208,25,1); }
H1.HeaderClassName
{
color: #D01901;
}
.AnyTagClassName
{
color: #D01901;
}
</style>
background-color css
<style>
a { background-color: #D01901; }
a { background-color: rgb(208,25,1); }
div.DivClassName
{
background-color: #D01901;
}
.BgClassName
{
background-color: #D01901;
}
</style>
border-color css
<style>
span { border-color: #D01901; }
span { border-color: rgb(208,25,1); }
td.TdClassName
{
border-color: #D01901;
}
.TagClassName
{
border-color: #D01901;
}
</style>