Shades of Free Speech Red #D0120D
Tints of Free Speech Red #D0120D
RGB
CMYK
RGB Variations
Color information
#D0120D (or 0xD0120D) is known color: Free Speech Red. HEX triplet: D0, 12 and 0D. RGB value is (208,18,13). Sum of RGB (Red+Green+Blue) = 208+18+13=239 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.03% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 208 - color contains mainly: red. Hex color #D0120D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0120D is #2FEDF2. Grayscale: #4A4A4A. Windows color (decimal): -3141107 or 856784. OLE color: 856784.
HSL color Cylindrical-coordinate representation of color #D0120D: hue angle of 1.54º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0120D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.18 |
| HSL | 1.54º | 0.88% | 0.43% | - |
| HSV(B) | 1.54º | 0.94% | 0.82% | - |
| XYZ | 26.3 | 13.87 | 1.67 | - |
| YUV | 74.24 | 93.45 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 13 | 0 | 0.91 | 0.94 | 0.18 | 1.54 | 0.88 | 0.43 |
| Hex | D0 | 12 | D | 0 | 5B | 5E | 12 | 2 | 58 | 2B |
| Octal | 320 | 22 | 15 | 0 | 133 | 136 | 22 | 2 | 130 | 53 |
| Binary | 11010000 | 10010 | 1101 | 0 | 1011011 | 1011110 | 10010 | 10 | 1011000 | 101011 |
Color Harmonies of #D0120D
Complementary color
Monochromatic Colors of #D0120D
Black with #D0120D
Text Example
Text Example
White with #D0120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0120D; }
p { color: rgb(208,18,13); }
H1.HeaderClassName
{
color: #D0120D;
}
.AnyTagClassName
{
color: #D0120D;
}
</style>
background-color css
<style>
a { background-color: #D0120D; }
a { background-color: rgb(208,18,13); }
div.DivClassName
{
background-color: #D0120D;
}
.BgClassName
{
background-color: #D0120D;
}
</style>
border-color css
<style>
span { border-color: #D0120D; }
span { border-color: rgb(208,18,13); }
td.TdClassName
{
border-color: #D0120D;
}
.TagClassName
{
border-color: #D0120D;
}
</style>