Shades of Free Speech Red #DD0703
Tints of Free Speech Red #DD0703
RGB
CMYK
RGB Variations
Color information
#DD0703 (or 0xDD0703) is known color: Free Speech Red. HEX triplet: DD, 07 and 03. RGB value is (221,7,3). Sum of RGB (Red+Green+Blue) = 221+7+3=231 (30% of max value = 765). Red value is 221 (86.72% from 255 or 95.67% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0703 is #22F8FC. Grayscale: #464646. Windows color (decimal): -2291965 or 198621. OLE color: 198621.
HSL color Cylindrical-coordinate representation of color #DD0703: hue angle of 1.1º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0703 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 3 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.13 |
| HSL | 1.1º | 0.97% | 0.44% | - |
| HSV(B) | 1.1º | 0.99% | 0.87% | - |
| XYZ | 29.91 | 15.53 | 1.51 | - |
| YUV | 70.53 | 89.9 | 235.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 3 | 0 | 0.97 | 0.99 | 0.13 | 1.1 | 0.97 | 0.44 |
| Hex | DD | 7 | 3 | 0 | 61 | 63 | D | 1 | 61 | 2C |
| Octal | 335 | 7 | 3 | 0 | 141 | 143 | 15 | 1 | 141 | 54 |
| Binary | 11011101 | 111 | 11 | 0 | 1100001 | 1100011 | 1101 | 1 | 1100001 | 101100 |
Color Harmonies of #DD0703
Complementary color
Monochromatic Colors of #DD0703
Black with #DD0703
Text Example
Text Example
White with #DD0703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0703; }
p { color: rgb(221,7,3); }
H1.HeaderClassName
{
color: #DD0703;
}
.AnyTagClassName
{
color: #DD0703;
}
</style>
background-color css
<style>
a { background-color: #DD0703; }
a { background-color: rgb(221,7,3); }
div.DivClassName
{
background-color: #DD0703;
}
.BgClassName
{
background-color: #DD0703;
}
</style>
border-color css
<style>
span { border-color: #DD0703; }
span { border-color: rgb(221,7,3); }
td.TdClassName
{
border-color: #DD0703;
}
.TagClassName
{
border-color: #DD0703;
}
</style>