Shades of Free Speech Red #DD100F
Tints of Free Speech Red #DD100F
RGB
CMYK
RGB Variations
Color information
#DD100F (or 0xDD100F) is known color: Free Speech Red. HEX triplet: DD, 10 and 0F. RGB value is (221,16,15). Sum of RGB (Red+Green+Blue) = 221+16+15=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD100F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD100F is #22EFF0. Grayscale: #4D4D4D. Windows color (decimal): -2289649 or 987357. OLE color: 987357.
HSL color Cylindrical-coordinate representation of color #DD100F: hue angle of 0.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD100F is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 15 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.13 |
| HSL | 0.29º | 0.87% | 0.46% | - |
| HSV(B) | 0.29º | 0.93% | 0.87% | - |
| XYZ | 30.09 | 15.78 | 1.91 | - |
| YUV | 77.18 | 92.92 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 15 | 0 | 0.93 | 0.93 | 0.13 | 0.29 | 0.87 | 0.46 |
| Hex | DD | 10 | F | 0 | 5D | 5D | D | 0 | 57 | 2E |
| Octal | 335 | 20 | 17 | 0 | 135 | 135 | 15 | 0 | 127 | 56 |
| Binary | 11011101 | 10000 | 1111 | 0 | 1011101 | 1011101 | 1101 | 0 | 1010111 | 101110 |
Color Harmonies of #DD100F
Complementary color
Monochromatic Colors of #DD100F
Black with #DD100F
Text Example
Text Example
White with #DD100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD100F; }
p { color: rgb(221,16,15); }
H1.HeaderClassName
{
color: #DD100F;
}
.AnyTagClassName
{
color: #DD100F;
}
</style>
background-color css
<style>
a { background-color: #DD100F; }
a { background-color: rgb(221,16,15); }
div.DivClassName
{
background-color: #DD100F;
}
.BgClassName
{
background-color: #DD100F;
}
</style>
border-color css
<style>
span { border-color: #DD100F; }
span { border-color: rgb(221,16,15); }
td.TdClassName
{
border-color: #DD100F;
}
.TagClassName
{
border-color: #DD100F;
}
</style>