Shades of Free Speech Red #D0160D
Tints of Free Speech Red #D0160D
RGB
CMYK
RGB Variations
Color information
#D0160D (or 0xD0160D) is known color: Free Speech Red. HEX triplet: D0, 16 and 0D. RGB value is (208,22,13). Sum of RGB (Red+Green+Blue) = 208+22+13=243 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.60% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 208 - color contains mainly: red. Hex color #D0160D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0160D is #2FE9F2. Grayscale: #4C4C4C. Windows color (decimal): -3140083 or 857808. OLE color: 857808.
HSL color Cylindrical-coordinate representation of color #D0160D: hue angle of 2.77º 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 #D0160D is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 13 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.18 |
| HSL | 2.77º | 0.88% | 0.43% | - |
| HSV(B) | 2.77º | 0.94% | 0.82% | - |
| XYZ | 26.37 | 14.01 | 1.7 | - |
| YUV | 76.59 | 92.12 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 13 | 0 | 0.89 | 0.94 | 0.18 | 2.77 | 0.88 | 0.43 |
| Hex | D0 | 16 | D | 0 | 59 | 5E | 12 | 3 | 58 | 2B |
| Octal | 320 | 26 | 15 | 0 | 131 | 136 | 22 | 3 | 130 | 53 |
| Binary | 11010000 | 10110 | 1101 | 0 | 1011001 | 1011110 | 10010 | 11 | 1011000 | 101011 |
Color Harmonies of #D0160D
Complementary color
Monochromatic Colors of #D0160D
Black with #D0160D
Text Example
Text Example
White with #D0160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0160D; }
p { color: rgb(208,22,13); }
H1.HeaderClassName
{
color: #D0160D;
}
.AnyTagClassName
{
color: #D0160D;
}
</style>
background-color css
<style>
a { background-color: #D0160D; }
a { background-color: rgb(208,22,13); }
div.DivClassName
{
background-color: #D0160D;
}
.BgClassName
{
background-color: #D0160D;
}
</style>
border-color css
<style>
span { border-color: #D0160D; }
span { border-color: rgb(208,22,13); }
td.TdClassName
{
border-color: #D0160D;
}
.TagClassName
{
border-color: #D0160D;
}
</style>