Shades of Free Speech Red #DD100E
Tints of Free Speech Red #DD100E
RGB
CMYK
RGB Variations
Color information
#DD100E (or 0xDD100E) is known color: Free Speech Red. HEX triplet: DD, 10 and 0E. RGB value is (221,16,14). Sum of RGB (Red+Green+Blue) = 221+16+14=251 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.05% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 221 - color contains mainly: red. Hex color #DD100E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD100E is #22EFF1. Grayscale: #4D4D4D. Windows color (decimal): -2289650 or 921821. OLE color: 921821.
HSL color Cylindrical-coordinate representation of color #DD100E: hue angle of 0.58º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD100E is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 14 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.13 |
| HSL | 0.58º | 0.88% | 0.46% | - |
| HSV(B) | 0.58º | 0.94% | 0.87% | - |
| XYZ | 30.08 | 15.77 | 1.87 | - |
| YUV | 77.07 | 92.42 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 14 | 0 | 0.93 | 0.94 | 0.13 | 0.58 | 0.88 | 0.46 |
| Hex | DD | 10 | E | 0 | 5D | 5E | D | 1 | 58 | 2E |
| Octal | 335 | 20 | 16 | 0 | 135 | 136 | 15 | 1 | 130 | 56 |
| Binary | 11011101 | 10000 | 1110 | 0 | 1011101 | 1011110 | 1101 | 1 | 1011000 | 101110 |
Color Harmonies of #DD100E
Complementary color
Monochromatic Colors of #DD100E
Black with #DD100E
Text Example
Text Example
White with #DD100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD100E; }
p { color: rgb(221,16,14); }
H1.HeaderClassName
{
color: #DD100E;
}
.AnyTagClassName
{
color: #DD100E;
}
</style>
background-color css
<style>
a { background-color: #DD100E; }
a { background-color: rgb(221,16,14); }
div.DivClassName
{
background-color: #DD100E;
}
.BgClassName
{
background-color: #DD100E;
}
</style>
border-color css
<style>
span { border-color: #DD100E; }
span { border-color: rgb(221,16,14); }
td.TdClassName
{
border-color: #DD100E;
}
.TagClassName
{
border-color: #DD100E;
}
</style>