Shades of Free Speech Red #DD0605
Tints of Free Speech Red #DD0605
RGB
CMYK
RGB Variations
Color information
#DD0605 (or 0xDD0605) is known color: Free Speech Red. HEX triplet: DD, 06 and 05. RGB value is (221,6,5). Sum of RGB (Red+Green+Blue) = 221+6+5=232 (30% of max value = 765). Red value is 221 (86.72% from 255 or 95.26% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0605 is #22F9FA. Grayscale: #464646. Windows color (decimal): -2292219 or 329437. OLE color: 329437.
HSL color Cylindrical-coordinate representation of color #DD0605: hue angle of 0.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0605 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 5 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.13 |
| HSL | 0.28º | 0.96% | 0.44% | - |
| HSV(B) | 0.28º | 0.98% | 0.87% | - |
| XYZ | 29.91 | 15.51 | 1.56 | - |
| YUV | 70.17 | 91.23 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 5 | 0 | 0.97 | 0.98 | 0.13 | 0.28 | 0.96 | 0.44 |
| Hex | DD | 6 | 5 | 0 | 61 | 62 | D | 0 | 60 | 2C |
| Octal | 335 | 6 | 5 | 0 | 141 | 142 | 15 | 0 | 140 | 54 |
| Binary | 11011101 | 110 | 101 | 0 | 1100001 | 1100010 | 1101 | 0 | 1100000 | 101100 |
Color Harmonies of #DD0605
Complementary color
Monochromatic Colors of #DD0605
Black with #DD0605
Text Example
Text Example
White with #DD0605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0605; }
p { color: rgb(221,6,5); }
H1.HeaderClassName
{
color: #DD0605;
}
.AnyTagClassName
{
color: #DD0605;
}
</style>
background-color css
<style>
a { background-color: #DD0605; }
a { background-color: rgb(221,6,5); }
div.DivClassName
{
background-color: #DD0605;
}
.BgClassName
{
background-color: #DD0605;
}
</style>
border-color css
<style>
span { border-color: #DD0605; }
span { border-color: rgb(221,6,5); }
td.TdClassName
{
border-color: #DD0605;
}
.TagClassName
{
border-color: #DD0605;
}
</style>