Shades of Free Speech Red #DD110A
Tints of Free Speech Red #DD110A
RGB
CMYK
RGB Variations
Color information
#DD110A (or 0xDD110A) is known color: Free Speech Red. HEX triplet: DD, 11 and 0A. RGB value is (221,17,10). Sum of RGB (Red+Green+Blue) = 221+17+10=248 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.11% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 221 - color contains mainly: red. Hex color #DD110A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD110A is #22EEF5. Grayscale: #4D4D4D. Windows color (decimal): -2289398 or 659933. OLE color: 659933.
HSL color Cylindrical-coordinate representation of color #DD110A: hue angle of 1.99º 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 #DD110A is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 10 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.13 |
| HSL | 1.99º | 0.91% | 0.45% | - |
| HSV(B) | 1.99º | 0.95% | 0.87% | - |
| XYZ | 30.07 | 15.79 | 1.75 | - |
| YUV | 77.2 | 90.09 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 10 | 0 | 0.92 | 0.95 | 0.13 | 1.99 | 0.91 | 0.45 |
| Hex | DD | 11 | A | 0 | 5C | 5F | D | 2 | 5B | 2D |
| Octal | 335 | 21 | 12 | 0 | 134 | 137 | 15 | 2 | 133 | 55 |
| Binary | 11011101 | 10001 | 1010 | 0 | 1011100 | 1011111 | 1101 | 10 | 1011011 | 101101 |
Color Harmonies of #DD110A
Complementary color
Monochromatic Colors of #DD110A
Black with #DD110A
Text Example
Text Example
White with #DD110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD110A; }
p { color: rgb(221,17,10); }
H1.HeaderClassName
{
color: #DD110A;
}
.AnyTagClassName
{
color: #DD110A;
}
</style>
background-color css
<style>
a { background-color: #DD110A; }
a { background-color: rgb(221,17,10); }
div.DivClassName
{
background-color: #DD110A;
}
.BgClassName
{
background-color: #DD110A;
}
</style>
border-color css
<style>
span { border-color: #DD110A; }
span { border-color: rgb(221,17,10); }
td.TdClassName
{
border-color: #DD110A;
}
.TagClassName
{
border-color: #DD110A;
}
</style>