Shades of Free Speech Red #DD1306
Tints of Free Speech Red #DD1306
RGB
CMYK
RGB Variations
Color information
#DD1306 (or 0xDD1306) is known color: Free Speech Red. HEX triplet: DD, 13 and 06. RGB value is (221,19,6). Sum of RGB (Red+Green+Blue) = 221+19+6=246 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.84% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1306 is #22ECF9. Grayscale: #4E4E4E. Windows color (decimal): -2288890 or 398301. OLE color: 398301.
HSL color Cylindrical-coordinate representation of color #DD1306: hue angle of 3.63º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD1306 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 6 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.13 |
| HSL | 3.63º | 0.95% | 0.45% | - |
| HSV(B) | 3.63º | 0.97% | 0.87% | - |
| XYZ | 30.08 | 15.85 | 1.65 | - |
| YUV | 77.92 | 87.42 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 6 | 0 | 0.91 | 0.97 | 0.13 | 3.63 | 0.95 | 0.45 |
| Hex | DD | 13 | 6 | 0 | 5B | 61 | D | 4 | 5F | 2D |
| Octal | 335 | 23 | 6 | 0 | 133 | 141 | 15 | 4 | 137 | 55 |
| Binary | 11011101 | 10011 | 110 | 0 | 1011011 | 1100001 | 1101 | 100 | 1011111 | 101101 |
Color Harmonies of #DD1306
Complementary color
Monochromatic Colors of #DD1306
Black with #DD1306
Text Example
Text Example
White with #DD1306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1306; }
p { color: rgb(221,19,6); }
H1.HeaderClassName
{
color: #DD1306;
}
.AnyTagClassName
{
color: #DD1306;
}
</style>
background-color css
<style>
a { background-color: #DD1306; }
a { background-color: rgb(221,19,6); }
div.DivClassName
{
background-color: #DD1306;
}
.BgClassName
{
background-color: #DD1306;
}
</style>
border-color css
<style>
span { border-color: #DD1306; }
span { border-color: rgb(221,19,6); }
td.TdClassName
{
border-color: #DD1306;
}
.TagClassName
{
border-color: #DD1306;
}
</style>