Shades of Free Speech Red #D01211
Tints of Free Speech Red #D01211
RGB
CMYK
RGB Variations
Color information
#D01211 (or 0xD01211) is known color: Free Speech Red. HEX triplet: D0, 12 and 11. RGB value is (208,18,17). Sum of RGB (Red+Green+Blue) = 208+18+17=243 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.60% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 208 - color contains mainly: red. Hex color #D01211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01211 is #2FEDEE. Grayscale: #4A4A4A. Windows color (decimal): -3141103 or 1118928. OLE color: 1118928.
HSL color Cylindrical-coordinate representation of color #D01211: hue angle of 0.31º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01211 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 17 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.18 |
| HSL | 0.31º | 0.85% | 0.44% | - |
| HSV(B) | 0.31º | 0.92% | 0.82% | - |
| XYZ | 26.33 | 13.88 | 1.82 | - |
| YUV | 74.7 | 95.45 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 17 | 0 | 0.91 | 0.92 | 0.18 | 0.31 | 0.85 | 0.44 |
| Hex | D0 | 12 | 11 | 0 | 5B | 5C | 12 | 0 | 55 | 2C |
| Octal | 320 | 22 | 21 | 0 | 133 | 134 | 22 | 0 | 125 | 54 |
| Binary | 11010000 | 10010 | 10001 | 0 | 1011011 | 1011100 | 10010 | 0 | 1010101 | 101100 |
Color Harmonies of #D01211
Complementary color
Monochromatic Colors of #D01211
Black with #D01211
Text Example
Text Example
White with #D01211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01211; }
p { color: rgb(208,18,17); }
H1.HeaderClassName
{
color: #D01211;
}
.AnyTagClassName
{
color: #D01211;
}
</style>
background-color css
<style>
a { background-color: #D01211; }
a { background-color: rgb(208,18,17); }
div.DivClassName
{
background-color: #D01211;
}
.BgClassName
{
background-color: #D01211;
}
</style>
border-color css
<style>
span { border-color: #D01211; }
span { border-color: rgb(208,18,17); }
td.TdClassName
{
border-color: #D01211;
}
.TagClassName
{
border-color: #D01211;
}
</style>