Shades of Free Speech Red #DD1010
Tints of Free Speech Red #DD1010
RGB
CMYK
RGB Variations
Color information
#DD1010 (or 0xDD1010) is known color: Free Speech Red. HEX triplet: DD, 10 and 10. RGB value is (221,16,16). Sum of RGB (Red+Green+Blue) = 221+16+16=253 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.35% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1010 is #22EFEF. Grayscale: #4D4D4D. Windows color (decimal): -2289648 or 1052893. OLE color: 1052893.
HSL color Cylindrical-coordinate representation of color #DD1010: hue angle of 0º degrees, saturation: 0.86, 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 #DD1010 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 16 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.13 |
| HSL | 0º | 0.86% | 0.46% | - |
| HSV(B) | 0º | 0.93% | 0.87% | - |
| XYZ | 30.1 | 15.78 | 1.95 | - |
| YUV | 77.3 | 93.42 | 230.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 16 | 0 | 0.93 | 0.93 | 0.13 | 0 | 0.86 | 0.46 |
| Hex | DD | 10 | 10 | 0 | 5D | 5D | D | 0 | 56 | 2E |
| Octal | 335 | 20 | 20 | 0 | 135 | 135 | 15 | 0 | 126 | 56 |
| Binary | 11011101 | 10000 | 10000 | 0 | 1011101 | 1011101 | 1101 | 0 | 1010110 | 101110 |
Color Harmonies of #DD1010
Complementary color
Monochromatic Colors of #DD1010
Black with #DD1010
Text Example
Text Example
White with #DD1010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1010; }
p { color: rgb(221,16,16); }
H1.HeaderClassName
{
color: #DD1010;
}
.AnyTagClassName
{
color: #DD1010;
}
</style>
background-color css
<style>
a { background-color: #DD1010; }
a { background-color: rgb(221,16,16); }
div.DivClassName
{
background-color: #DD1010;
}
.BgClassName
{
background-color: #DD1010;
}
</style>
border-color css
<style>
span { border-color: #DD1010; }
span { border-color: rgb(221,16,16); }
td.TdClassName
{
border-color: #DD1010;
}
.TagClassName
{
border-color: #DD1010;
}
</style>