Shades of Free Speech Red #DD160B
Tints of Free Speech Red #DD160B
RGB
CMYK
RGB Variations
Color information
#DD160B (or 0xDD160B) is known color: Free Speech Red. HEX triplet: DD, 16 and 0B. RGB value is (221,22,11). Sum of RGB (Red+Green+Blue) = 221+22+11=254 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.01% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 221 - color contains mainly: red. Hex color #DD160B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD160B is #22E9F4. Grayscale: #505050. Windows color (decimal): -2288117 or 726749. OLE color: 726749.
HSL color Cylindrical-coordinate representation of color #DD160B: hue angle of 3.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD160B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.13 |
| HSL | 3.14º | 0.91% | 0.45% | - |
| HSV(B) | 3.14º | 0.95% | 0.87% | - |
| XYZ | 30.17 | 15.97 | 1.81 | - |
| YUV | 80.25 | 88.93 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 11 | 0 | 0.90 | 0.95 | 0.13 | 3.14 | 0.91 | 0.45 |
| Hex | DD | 16 | B | 0 | 5A | 5F | D | 3 | 5B | 2D |
| Octal | 335 | 26 | 13 | 0 | 132 | 137 | 15 | 3 | 133 | 55 |
| Binary | 11011101 | 10110 | 1011 | 0 | 1011010 | 1011111 | 1101 | 11 | 1011011 | 101101 |
Color Harmonies of #DD160B
Complementary color
Monochromatic Colors of #DD160B
Black with #DD160B
Text Example
Text Example
White with #DD160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD160B; }
p { color: rgb(221,22,11); }
H1.HeaderClassName
{
color: #DD160B;
}
.AnyTagClassName
{
color: #DD160B;
}
</style>
background-color css
<style>
a { background-color: #DD160B; }
a { background-color: rgb(221,22,11); }
div.DivClassName
{
background-color: #DD160B;
}
.BgClassName
{
background-color: #DD160B;
}
</style>
border-color css
<style>
span { border-color: #DD160B; }
span { border-color: rgb(221,22,11); }
td.TdClassName
{
border-color: #DD160B;
}
.TagClassName
{
border-color: #DD160B;
}
</style>